# Stackswap Docs

## Stackswap Docs

- [Introduction](https://docs.stackswap.org/welcome/introduction.md): Who we are, what we do, and our goals
- [About Stackswap](https://docs.stackswap.org/welcome/about-stackswap.md)
- [Guides](https://docs.stackswap.org/welcome/guides.md)
- [Beginner's Guide](https://docs.stackswap.org/welcome/guides/beginners-guide.md): Get started on the basics of trading on Stackswap and using the Stacks blockchain
- [Platform Products](https://docs.stackswap.org/welcome/guides/platform-products.md): Brief description of the tools available on Stackswap
- [Informationals](https://docs.stackswap.org/welcome/guides/informationals.md): Links to detailed descriptions on our Medium website
- [Connect Wallet](https://docs.stackswap.org/welcome/guides/connect-wallet.md)
- [Swap](https://docs.stackswap.org/welcome/guides/swap.md)
- [Liquidity Pools](https://docs.stackswap.org/welcome/guides/liquidity-pools.md)
- [Farm](https://docs.stackswap.org/welcome/guides/farm.md)
- [Stake](https://docs.stackswap.org/welcome/guides/stake.md)
- [Cross Chain](https://docs.stackswap.org/welcome/guides/cross-chain.md)
- [Launchpad](https://docs.stackswap.org/welcome/guides/launchpad.md)
- [Use Cases](https://docs.stackswap.org/stackswap-platform/use-cases.md): Who can gain from using Stackswap?
- [Technical Architecture](https://docs.stackswap.org/stackswap-platform/technical-architecture.md)
- [Error Codes](https://docs.stackswap.org/stackswap-platform/error-codes.md)
- [Whitepapers and Longform](https://docs.stackswap.org/the-project/whitepapers-and-longform.md)
- [Tokenomics](https://docs.stackswap.org/the-project/tokenomics.md)
- [Governance](https://docs.stackswap.org/the-project/governance.md)
- [Investors](https://docs.stackswap.org/the-project/investors.md): We have a variety of investors of different backgrounds, who believe in our mission and trajectory.
- [Contracts](https://docs.stackswap.org/developers/contracts.md): A list of contracts deployed by the Stackswap platform
- [Github](https://docs.stackswap.org/developers/github.md)
- [API](https://docs.stackswap.org/developers/api.md)
- [Contract Audit](https://docs.stackswap.org/developers/contract-audit.md)
- [Stackswap Links](https://docs.stackswap.org/community/stackswap-links.md): URL Links to Stackswap and social media
- [Brand Assets](https://docs.stackswap.org/community/brand-assets.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.stackswap.org/welcome/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
