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

# Asset Import Preparation

- [Character Import](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import.md)
- [Characters: Basic Points for Meshes and Textures](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/characters-basic-points-for-meshes-and-textures.md)
- [Character Rigging for Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/character-rigging-for-animotive.md): If you or one of your team is rigging or adapting a character specifically for Animotive here are some best practice notes to bear in mind;
- [Importing a character asset into Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/importing-a-character-asset-into-animotive.md)
- [Using other character creators with Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/using-other-character-creators-with-animotive.md): Character assets for Animotive should be in an FBX format. The FBX should contain only a skeleton mesh - no control rigs will be accepted inside Animotive.
- [Exporting from Maya](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/using-other-character-creators-with-animotive/exporting-from-maya.md)
- [Character Creator 4 to Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/using-other-character-creators-with-animotive/character-creator-4-to-animotive.md)
- [Preparing Synty Characters in Maya for Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/character-import/using-other-character-creators-with-animotive/preparing-synty-characters-in-maya-for-animotive.md)
- [Sets and Prop Import](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import.md)
- [Props: Basic Points for Meshes and Textures](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/props-basic-points-for-meshes-and-textures.md)
- [Set: Basic Points for Meshes and Textures](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/set-basic-points-for-meshes-and-textures.md)
- [Importing a set asset into Animotive](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/importing-a-set-asset-into-animotive.md)
- [Materials & Textures](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/materials-and-textures.md)
- [Scaling](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/scaling.md)
- [Environmental Lighting](https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/environmental-lighting.md)


---

# 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://animotive.gitbook.io/animotive-documentation/asset-import-preparation.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.
