# Returns response

## Returns AI response to the current question

<mark style="color:blue;">`GET`</mark> `/ai-suggestions/ask`

Returns AI response to the current question

#### Path Parameters

| Name                                | Type   | Description                            |
| ----------------------------------- | ------ | -------------------------------------- |
| q<mark style="color:red;">\*</mark> | String | The question of choosing a methodology |

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
"string"
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
{
  "code": 0,
  "message": "string"
}
```

{% endtab %}
{% endtabs %}
