# Art Intro

This page will get you informed and all set-up to begin contributing art assets to the SS3D project!

## Developer Guides

As an artist, there is a lot in our developer guides that will not be relevant to you, but there are a few things you should know. **Please read the** [**Dev Intro**](https://ss3d.gitbook.io/dev-guide) **page and its subpages before proceeding.**

## Tasks Boards:

{% tabs %}
{% tab title="3D Modeling" %}
{% embed url="<https://trello.com/b/ZVcDitv0/ss3d-models>" %}
3D Modeling tasks.
{% endembed %}
{% endtab %}

{% tab title="3D Rigging" %}
{% embed url="<https://trello.com/b/cyDuUYyv/ss3d-rig-models>" %}
3D Rigging tasks.
{% endembed %}
{% endtab %}

{% tab title="3D Animating" %}
{% embed url="<https://trello.com/b/xZ5bhNWw/ss3d-animations>" %}
3D Animating tasks.
{% endembed %}
{% endtab %}

{% tab title="2D" %}
{% embed url="<https://trello.com/b/XVZ95Hjq/ss3d-2d>" %}
All 2D tasks.
{% endembed %}
{% endtab %}

{% tab title="Sound" %}
{% embed url="<https://trello.com/b/k6pWgJE0/ss3d-sfx>" %}
All Sound tasks.
{% endembed %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ss3d.gitbook.io/art-guide/art-intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
