> For the complete documentation index, see [llms.txt](https://cook-protocol.gitbook.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cook-protocol.gitbook.io/english/the-platform/index-selectors.md).

# Index Selectors

## ​Dashboard

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaVNK8PWg30_JfcaguO%2Fuploads%2FE7F7yXM5OAVUWAmb3HJg%2Fdash.png?alt=media\&token=2ff4b941-f3e1-4a3f-a533-b8855c478999)

​On this screen you’ll see 3 boxes at the top which show some of the most popular currently available DeFi Indexes. Within each index you can easily see the price history, underlying index assets and a button called “Details” to learn more about the index and actually issue the index

## Index Issuing

To issue an index click on the index that you are interested in so you can go to the details page of the index. Next click the Issue/Redeem button or just scroll down to the Issue section. There you will be able to input the amount of tokens you would like to spend to get this index.&#x20;

![](/files/nspoxyzZot3NO78MjSfY)

The top section of the index details page consists of:

* **Index Name**: the official name of the index
* **Net Asset Value (NAV)**: represents the values of all the underlying tokens. There might be some discrepancies between NAV and the spot price on DEX.
* **Issue Button**: Issue/Redeem index tokens using underlying tokens.
* **Price Chart**: chart that tracks the historic performance of the particular index token. The available historic periods are 1 Day, 1 Week, 1 Month and 3 Months.
* **Pie Chart:** This chart shows the index composition of the underlying tokens and the percentages of each
* **View on Block Explorer:** This link enables you to see the actual on chain data for the index
* **Basic APY:** This is the APY provided by the underlying token components if included
* **Staking APY:** This is the APY provided by staking the index on the Cook farm page

Now if you would like to issue a different token than that is currently listed just click the dropdown arrow to see the currently available list of tokens that you can issue and select the one that you would like to issue.&#x20;

![](/files/q0Ncyk2xgZuZzp3zQDBn)

After you enter the token number you will see the amount of the index that you will receive for the tokens that you issued. Now you can press the “Issue” button, confirm the transaction through your MetaMask wallet and then wait for the transaction to complete.

​


---

# 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://cook-protocol.gitbook.io/english/the-platform/index-selectors.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.
