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

# Welcome to Plenty Docs

Find comprehensive documentation to help you start working with Plenty's suite of products as quickly as possible. Whether you're a developer, a trader, or an enthusiast, there's something here for everyone.

* [**V3 Docs**](/v3-docs/plenty-v3-introduction.md): Explore the latest features, enhancements, and optimizations in our V3 release. Learn about our most advanced DeFi primitives yet.
* [**API Docs**](/developers/plentys-unified-api.md): Integrate Plenty into your own applications seamlessly. Our API documentation provides you with all the endpoints, request parameters, and sample codes you'll need.
* [**SDK Docs**](/developers/plenty-v3-sdk.md): For those looking to build on top of the Plenty ecosystem, our SDK documentation is your go-to resource for all development-related queries.
* [**V2 Docs**](/v2-docs/plenty-v2-introduction.md): If you're using Plenty V2, find all the information you need to use V2 effectively.


---

# 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:

```
GET https://docs.plenty.network/welcome-to-plenty-docs.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.
