> For the complete documentation index, see [llms.txt](https://whitepaper.apeironnft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.apeironnft.com/apeironnft/key-game-features/godling-the-player-in-the-godiverse/spirit-core.md).

# Spirit Core

<figure><img src="/files/WcaKW6Q9iR2A8L4DpXw2" alt=""><figcaption><p>Spirit Core Concept Art</p></figcaption></figure>

In Apeiron, your **Spirit Core** represents...you! Every godling has their own unique Spirit Core form. You can use your Spirit Core to walk around your **Cradle** and interact with different characters, travel to other places, or utilize some of the helpful tools that the Cradle offers to godlings.&#x20;

Spirit Cores not only represent you - the player - in the Apeiron godiverse, they also represent your Apeiron account. As you grow in power, expect your Spirit Core to similarly gain in strength.&#x20;

Finally, your Spirit Core form will be at the center of the epic Apeiron storyline. You'll meet a variety of gods - good and evil - as you make your way through the godiverse. What kind of god will you be?


---

# 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://whitepaper.apeironnft.com/apeironnft/key-game-features/godling-the-player-in-the-godiverse/spirit-core.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.
