> For the complete documentation index, see [llms.txt](https://docs.magna.so/admins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magna.so/admins/product-guides/magna-quickstart-guide/step-1-set-up-key-project-details/step-1b-how-to-add-project-token-s.md).

# Step 1B: How To Add Project Token(s)

{% hint style="info" %}
If this has already been done for you by Magna, you can skip to the page labeled "Step 1C: How To Add Admin Wallet". [**See demo video within this link**](https://www.loom.com/share/16366b184c314f48886dc8964c5e1324?t=35\&sid=2b16c406-4dd8-41b5-ac29-81b02fe385c5).
{% endhint %}

1. Go to Settings page&#x20;
2. Click on Token tab

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

3. Click "Add Token"
4. If the token has not been yet been launched, please check the "Is token not yet minted?" box&#x20;
5. Enter in all token details within each field and click "Create" button

<figure><img src="/files/OQSVvY1ufHX1BSdenXW3" alt="" width="375"><figcaption></figcaption></figure>

**NOTE:** You have the option of entering multiple tokens for your project. If you would like to distribute more than one token within Magna, you can do so by toggling between selections within the Allocations tab.

<img src="/files/HEnwlpomVhxtLrn7ofOX" alt="" data-size="original">


---

# 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://docs.magna.so/admins/product-guides/magna-quickstart-guide/step-1-set-up-key-project-details/step-1b-how-to-add-project-token-s.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.
