# Build your Project on Skynet

- [Integrate Skynet package into your Project](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-skynet-package-into-your-project.md): Introduction to Skynet
- [Interact with AI service to create an Agent](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent.md)
- [Prerequisites](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/prerequisites.md)
- [SDK Initialization](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/sdk-initialization.md)
- [Adding Balance to a Subnet](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/adding-balance-to-a-subnet.md)
- [Best Practices](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/adding-balance-to-a-subnet/best-practices.md)
- [Common Errors and Solutions](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/adding-balance-to-a-subnet/common-errors-and-solutions.md)
- [Authentication](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/authentication.md)
- [userAuthPayload](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/userauthpayload.md)
- [Service Endpoints](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/service-endpoints.md)
- [Example Implementation](https://documentation.skynet.io/skynet/build-your-project-on-skynet/interact-with-ai-service-to-create-an-agent/example-implementation.md)
- [Integrate AI agent tools](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools.md)
- [Installation](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/installation.md)
- [Configuration](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/configuration.md)
- [Initialization and Setup](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/initialization-and-setup.md)
- [Core Functions](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/core-functions.md)
- [Endpoint Summary](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/endpoint-summary.md)


---

# Agent Instructions: 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://documentation.skynet.io/skynet/build-your-project-on-skynet.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.
