> For the complete documentation index, see [llms.txt](https://p00ls.gitbook.io/token-integrations-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p00ls.gitbook.io/token-integrations-guide/app-store/bonfire/create-a-p00ls-token-page.md).

# Create a P00LS Token Page

1. On your integration page, click on the “Create Page” button. This button is only visible once you have [added your token](https://app.gitbook.com/o/Q8PXfJxKrMZHsRoJtSzA/s/sHkC8lMYflln9vUAnwZh/~/changes/40/app-store/bonfire/add-token)

<figure><img src="/files/U04TcTFw640VuY1Ek2QF" alt=""><figcaption></figcaption></figure>

2. Update your token art. The placeholder copy uses token variables to included all of your token information once your page is live

<figure><img src="/files/64sBxC0IjuPNsBRZVH5L" alt=""><figcaption></figcaption></figure>

3. Once your page is live, all templatized copy using your token name and information will populate on the live link\
   \
   NOTE: The token variable copy, ex. `{{primary_token.name}}`, will continue to appear in the Studio. Populated copy only appears in the live link

<figure><img src="/files/UpRfXhXJBAN9aFykdPtq" alt=""><figcaption></figcaption></figure>

4. From the Integration page or your Bonfire Site page you can continue to make edits and change the settings of your P00LS Page.  You can completely customize the page

   1. You can update the blocks, page title, URL, description, and preview image

   <figure><img src="/files/eclnV0buqlqJpiW9L6vC" alt=""><figcaption></figcaption></figure>


---

# 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://p00ls.gitbook.io/token-integrations-guide/app-store/bonfire/create-a-p00ls-token-page.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.
