# Strategies

{% hint style="info" %}
If you don't supply a custom strategy then a default one will be used. The default strategy tell the MAAX AI to behave in the following way:\ <br>
{% endhint %}

### /create\_strategy/

## Creates a new strategy

<mark style="color:green;">`POST`</mark> `https://app.maax.ai/create_strategy`

#### Query Parameters

| Name                                          | Type   | Description                                                                                                            |
| --------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------- |
| title<mark style="color:red;">\*</mark>       | String | Specify the title for the strategy. It is used internally by your team only. It will be visible in your dashboard too. |
| description<mark style="color:red;">\*</mark> | String | Free-form text that tells the AI how it should be behaving.                                                            |

#### Headers

| Name        | Type   | Description    |
| ----------- | ------ | -------------- |
| 2hd-api-key | String | YOUR\_API\_KEY |

{% tabs %}
{% tab title="200: OK {   "id": "NEW\_STRATEGY\_ID"  }" %}

{% endtab %}
{% endtabs %}


---

# 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.maax.ai/main/technical-guides/apis/v1/strategies.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.
