> For the complete documentation index, see [llms.txt](https://howto.indexify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.indexify.finance/getting-started/stacks/how-to-create-a-stack.md).

# How to Create a Stack

#### **Step 1. Navigate to My Stacks**

* From the top navigation bar, click **MY STACKS** (green button).
* You’ll land on the Stacks page (initially empty if you haven’t created any yet).

#### **Step 2. Start creating a stack**

* On the Stacks page, click **+ CREATE STACK** (green button, top right).
* This opens the **Manual Stack Build** screen.

<figure><img src="/files/w4PcEXPorghz6hjh2UDH" alt="" width="563"><figcaption></figcaption></figure>

#### **Step 3. Enter Base Info**

* **Stack Name:** Enter your chosen name (e.g., *SignUp Stack*).
  * ⚠️ Avoid using symbols in the name.
* **Description:** Short description (max **120 characters**).
* **Risk/Term:** Select a preset label (e.g., *Low Risk / Long Term*).

#### **Step 4. Choose Assets**

* Search and add tokens (**max 12**).
* Adjust allocations with sliders.
  * Option to **lock portions** to fix percentages.
* **Creator Fee:** Enter your fee percentage (the “tip” paid when users buy/sell your stack).
  * Allowed range: **0% – 0.5%** (e.g., 0.5%).
  * You can track fees earned on your **Portfolio Page**.

<figure><img src="/files/MsQXMmwQ03T3zxceG7io" alt="" width="563"><figcaption></figcaption></figure>

#### **Step 5. Add Social Links (Optional)**

* You may link relevant profiles for visibility and community connection.

***

#### **Step 6. Create Stack**

* Click **Create Stack** to finalize.<br>

  <figure><img src="/files/LVLIiDR8zsSKFTBE533I" alt="" width="563"><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://howto.indexify.finance/getting-started/stacks/how-to-create-a-stack.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.
