> For the complete documentation index, see [llms.txt](https://documentation.kodiak.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.kodiak.finance/user-guide.md).

# User Guide

- [Launch a Token Launch on Panda Factory](https://documentation.kodiak.finance/user-guide/launch-a-token-launch-on-panda-factory.md)
- [Trading on Panda Factory](https://documentation.kodiak.finance/user-guide/trading-on-panda-factory.md)
- [Swap](https://documentation.kodiak.finance/user-guide/swap.md): Get started trading on Kodiak
- [Limit Orders](https://documentation.kodiak.finance/user-guide/limit-orders.md)
- [TWAP](https://documentation.kodiak.finance/user-guide/twap.md)
- [Create a V2 Position](https://documentation.kodiak.finance/user-guide/create-a-v2-position.md): Adding V2 Liquidity on Kodiak
- [Create a V3 Position](https://documentation.kodiak.finance/user-guide/create-a-v3-position.md): Adding V3 Liquidity
- [Add/Stake Islands Liquidity](https://documentation.kodiak.finance/user-guide/add-stake-islands-liquidity.md): Depositing Liquidity with Kodiak Islands
- [Baults (Auto-Compound)](https://documentation.kodiak.finance/user-guide/baults-auto-compound.md)
- [BGT Liquid Wrapper](https://documentation.kodiak.finance/user-guide/bgt-liquid-wrapper.md)
- [Migrating to a Reward Vault](https://documentation.kodiak.finance/user-guide/migrating-to-a-reward-vault.md): Migrating your V2 pool LP token and/or your Island Shares from a Farm to a Reward Vault.
- [Deploying new Permissonless Islands](https://documentation.kodiak.finance/user-guide/deploying-new-permissonless-islands.md): User guide on how to deploy new permissionless islands
- [Deploying and Configuring a Kodiak Farm](https://documentation.kodiak.finance/user-guide/deploying-and-configuring-a-kodiak-farm.md)
- [Add your token](https://documentation.kodiak.finance/user-guide/add-your-token.md): Add your token to the default list
- [Add Your Project to the Ecosystem](https://documentation.kodiak.finance/user-guide/add-your-project-to-the-ecosystem.md)


---

# 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://documentation.kodiak.finance/user-guide.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.
