# Workflow

Workflow can be configured from scratch by the agent creator but the default option within the Studio, is to utilize Skynet intelligence to define the initial workflow for you.\
All the agent creator has to do is communicate in natural language the purpose of the agent, the types of prompts it should fulfill and the expected outcome.  Skynet Intelligence will then generate a workflow and tool combination based on its own knowledge of the protocol.

\
The Studio is still in a close beta at present, but ask us if you want an early demonstration and we will happily show you this in action.


---

# 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/agent-studio/workflow.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.
