# 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 %}
