# Skynet Docs

## Home

- [Developer Platform](https://docs.skynetxbt.ai/readme.md): Welcome to your team’s developer platform

## Documentation

- [Welcome](https://docs.skynetxbt.ai/documentation/readme.md)
- [The Problem We Solve](https://docs.skynetxbt.ai/documentation/getting-started/quickstart.md)
- [The Skynet Solution](https://docs.skynetxbt.ai/documentation/getting-started/publish-your-docs.md)
- [What is Skynet?](https://docs.skynetxbt.ai/documentation/getting-started/editor.md)
- [How Skynet Works](https://docs.skynetxbt.ai/documentation/getting-started/markdown.md)
- [Core Architecture](https://docs.skynetxbt.ai/documentation/getting-started/markdown/core-architecture.md)
- [Key Features & Capabilities](https://docs.skynetxbt.ai/documentation/getting-started/markdown/key-features-and-capabilities.md)
- [Tools Overview](https://docs.skynetxbt.ai/documentation/getting-started/markdown/tools-overview.md): Discover the important tools in the Skynet ecosystem. Each tool provides specific functionality that can be combined to create powerful agentic workflows.
- [Partners & Integrations](https://docs.skynetxbt.ai/documentation/getting-started/markdown/partners-and-integrations.md)
- [Tokenomics](https://docs.skynetxbt.ai/documentation/usdsky-token-and-roadmap/tokenomics.md): Our tokenomics create a sustainable foundation for ecosystem growth while ensuring fair distribution and long-term alignment between all stakeholders.
- [$SKY Utility](https://docs.skynetxbt.ai/documentation/usdsky-token-and-roadmap/usdsky-utility.md)
- [$SKY Value accural](https://docs.skynetxbt.ai/documentation/usdsky-token-and-roadmap/usdsky-value-accural.md)
- [Roadmap](https://docs.skynetxbt.ai/documentation/usdsky-token-and-roadmap/roadmap.md)

## Skynet-Guides

- [Skynet - Guides](https://docs.skynetxbt.ai/skynet-guides/readme.md)
- [What is Skynet?](https://docs.skynetxbt.ai/skynet-guides/readme/what-is-skynet.md)
- [Building an ACP Agent using Skynet](https://docs.skynetxbt.ai/skynet-guides/readme/building-an-acp-agent-using-skynet.md): Learn how to build your first ACP-ready agent using Skynet's visual builder and connect it directly to the Virtuals Protocol ecosystem. This hands-on tutorial will walk you through creating a complete
- [Build a Video Chat Agent](https://docs.skynetxbt.ai/skynet-guides/readme/build-a-video-chat-agent.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.skynetxbt.ai/readme.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.
