> 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/indexify.md).

# Indexify

- [Depositing Funds](https://howto.indexify.finance/indexify/depositing-funds.md): How to deposit funds on Indexify
- [Discover](https://howto.indexify.finance/indexify/discover.md): Your gateway to finding top creators and stacks on Indexify.
- [Creators](https://howto.indexify.finance/indexify/discover/creators.md): Discover & Follow
- [Viewing Stacks](https://howto.indexify.finance/indexify/discover/viewing-stacks.md): Each stack page provides a complete overview of performance, trading options, and its underlying tokens.
- [Trading Operation](https://howto.indexify.finance/indexify/trading-operation.md): Buying, Selling and Partial Orders on Indexify
- [Buying & Selling Stacks](https://howto.indexify.finance/indexify/trading-operation/buying-and-selling-stacks.md): The core feature for the Indexify platform
- [Partial Orders](https://howto.indexify.finance/indexify/trading-operation/partial-orders.md): Sometimes, when buying a Stack, not every token can be purchased successfully (for example, due to liquidity, slippage or network issues). This creates a Partial Order.
- [Your Portfolio](https://howto.indexify.finance/indexify/your-portfolio.md): The Portfolio Dashboard gives you a quick and clear view of the status and performance of your investments. Along with a quick view into your incentives.
- [Your Profile](https://howto.indexify.finance/indexify/your-profile.md): User Profile Menu
- [Notifications](https://howto.indexify.finance/indexify/notifications.md): The Notification Center keeps you up to date on activity across your account and the Stacks you care about.


---

# 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/indexify.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.
