> For the complete documentation index, see [llms.txt](https://docs.existent.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.existent.com/documentation/guides.md).

# GUIDES

- [Building and packaging a project](https://docs.existent.com/documentation/guides/running-the-experience.md)
- [Grip Authoring](https://docs.existent.com/documentation/guides/grip-authoring.md): Learn about existent grip authoring tools
- [Creating a pose and entering edit mode](https://docs.existent.com/documentation/guides/grip-authoring/creating-a-pose-and-entering-edit-mode.md): Create a new pose and enter edit mode
- [Interface Overview](https://docs.existent.com/documentation/guides/grip-authoring/interface-overview.md): Overview of the grip edit mode interface
- [Controls](https://docs.existent.com/documentation/guides/grip-authoring/controls.md): Types of controls, what they do and how to use them
- [Pose Edits](https://docs.existent.com/documentation/guides/grip-authoring/pose-edits.md): Pose edits tools
- [Operations](https://docs.existent.com/documentation/guides/grip-authoring/operations.md): Operations
- [Control Panel](https://docs.existent.com/documentation/guides/inspection-panel.md)
- [Trackers Tab](https://docs.existent.com/documentation/guides/inspection-panel/trackers-tab.md)
- [Level Tab](https://docs.existent.com/documentation/guides/inspection-panel/level-tab.md)
- [Alignment Tab](https://docs.existent.com/documentation/guides/inspection-panel/alignment-tab.md)
- [Server Tab](https://docs.existent.com/documentation/guides/inspection-panel/server-tab.md)
- [Recordings Tab](https://docs.existent.com/documentation/guides/inspection-panel/recordings-tab.md)
- [Customising Player Avatar](https://docs.existent.com/documentation/guides/customising-player-avatar.md)
- [Mappings](https://docs.existent.com/documentation/guides/customising-player-avatar/mappings.md): Create mappings
- [Hand Bone Mappings](https://docs.existent.com/documentation/guides/customising-player-avatar/mappings/hand-bone-mappings.md): Configure the hand bone mappings
- [Body Bone Mappings](https://docs.existent.com/documentation/guides/customising-player-avatar/mappings/body-bone-mappings.md): Configure the body bone mappings
- [Tracker Mappings](https://docs.existent.com/documentation/guides/customising-player-avatar/mappings/tracker-mappings.md)
- [Animation Blueprint](https://docs.existent.com/documentation/guides/customising-player-avatar/animation-blueprint.md): Create an animation blueprint
- [Assign assets to Player](https://docs.existent.com/documentation/guides/customising-player-avatar/assign-assets-to-player.md): Assign assets to the player blueprint


---

# 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:

```
GET https://docs.existent.com/documentation/guides.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.
