# Strategy

### Strategy

This is probably the most complex part, in terms of making it work, and the back end. It has infinite configuration. Currently it only does 1-step of reasoning. Eventually this will get much larger.

Strategy is the step-by-step process the Agent uses to reason, and complete tasks. Every time you send a message to the agent, it takes the message, and decides if it needs to break the request down into further steps. Then it acts on that plan.&#x20;

Right now you see the option for "Basic". This is just for chatting and the ability to use skills/tools (e.g. web scraper, etc) but eventually it could be like "Microsoft 365 package" "Organization - Slack, notion, Jira, Confluence", etc. etc. With steps on how to do complete tasks.

We have a lot of work done on this, it is just currently not very stable, and will be released with more features in December 2024 or Q1 2025. It only really works with the GPT models this second.&#x20;

It can get pretty complex, with a lot of dependencies - If you get data type A, then do actions 1,2,3. If you get data type B, do steps 2,4,6. It can be thought of as a work-flow, or work strategy.&#x20;


---

# 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://skillful-ai.gitbook.io/plans-and-info/current/ai-builder/strategy.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.
