# Getting Started

This documentation will serve as your guide to understanding, building with, and exploring the possibilities of the Skynet protocol. Whether you are:<br>

* An agent developer or creator looking to build and monetize AI agents
* A user in search of personalized AI agents to use for tasks.
* A tool provider with the aim of integrating into Skynet.
* An AI assistant developer wanting to rapidly expand the number of prompts your assistant can fulfil

Let's go ahead and jump in.


---

# 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/getting-started.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.
