> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/ai-search-apis/returns-response.md).

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