> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/art-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/art-guide/art-intro.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
