> 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/3d.md).

# 3D

### General Info:

These guidelines are written with [Blender](https://www.blender.org/) in mind, so we recommend using that, but the principles should translate to any 3D software.

###

### Software:

{% embed url="<https://www.blender.org/download/>" %}
Blender
{% endembed %}

#### Blender Plugins (Add-ons):

These plugins are NOT required but are recommended by our developers. Links are added for plugins not included in blender by default.

{% hint style="info" %}
*Highly* Recommended:
{% endhint %}

* [**Simple Renaming Panel**](https://github.com/Weisl/simple_renaming_panel) - Tools for renaming objects. Useful for mass renaming.
* **Material Utilities** - Tools for managing materials. Useful for mass replacing duplicate materials.

{% hint style="info" %}
Recommended:
{% endhint %}

* **tinyCAD Mesh tools** - Some additional mesh manipulation tools.

###

### Templates:

* [3D Modeling Template](https://drive.google.com/drive/folders/11SMsOzh78-vNTq3Az5c-mUFpFw-5EOb8?usp=share_link) (Blender)
* [3D Model Rigging Template](https://drive.google.com/drive/folders/1NCkoh1Sl7QWpKAqI0fH2p3ujQdDJGZBi?usp=share_link) (Blender)
* [3D Example Models](https://drive.google.com/file/d/16enZDXImnerlTOs0M8qpTuxxxihd6wP9/view?usp=share_link) (Blender)
* [3D Animation Kit](https://drive.google.com/drive/folders/1V8QAE9651nYJffCSz9zjjygextDHN-GQ?usp=share_link) (Maya)

###

### Tasks:

* 3D Modeling tasks can be found here: <https://trello.com/b/ZVcDitv0/ss3d-models>
* 3D Modeling tasks that include rigs can be found here: <https://trello.com/b/cyDuUYyv/ss3d-rig-models>
* 3D Animation tasks can be found here: <https://trello.com/b/xZ5bhNWw/ss3d-animations>


---

# 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/3d.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.
