# Skynet Intelligence

**Skynet Intelligence** is the natural language interface of the network. It receives input from a variety of sources—whether it’s AI assistants, human users, or external agents—and interprets the intent behind the communication. Once the request is understood, Skynet Intelligence identifies the most suitable agent or combination of agents to handle the task. It then passes structured, well-formatted prompts to the orchestration layer, ensuring that each selected agent receives exactly what it needs to act effectively.


---

# 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/features/skynet-intelligence.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.
