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

# World Interactivity

Click, drag, and scroll to navigate in 3D.&#x20;

#### To explore specific levels and tokens, click anywhere on the viewer so it's active, then press '\\' to open the input field...

{% tabs %}
{% tab title="View a Level" %}
In the input field, enter 'L' and a number (eg. L0) to view a single level of the world, then...&#x20;

* Press 'E' to export that token's level's pattern.&#x20;
* Press 'P' to play that token's level's pattern.
  {% endtab %}

{% tab title="View a Token" %}
In the input field, enter 'T' and the token-ID (eg. T1234) to highlight an individual token, then...

* Press 'C' to view that Chainlife token's live-view generator.
* Press 'V' to view that token's 'Esoterra'.
* Press 'E' to export that token's level's pattern.&#x20;
* Press 'P' to play that token's level's pattern.
  {% endtab %}
  {% endtabs %}

When viewing a level or token, press any key other than those listed above to return to the world view.


---

# 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.chainlife.xyz/chainlife-world/world-interactivity.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.
