> For the complete documentation index, see [llms.txt](https://docs.agentsupply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentsupply.ai/ai-features/troubleshooting/responses-are-too-long.md).

# Responses are Too Long

Are your AI Agent responses way too long?

You can simply modify your base system prompt to include a statement like

Copy

```
Limit each response to be only one sentence long

Stay short & concise when giving a response
```

Giving an example of a "short" response can also help ensure the AI agent gives simpler response.

After updating your Base System Prompt, click ‘Re-train AI Agent’ and voila you’ll know have one sentence responses that are shorter.

Another Option:

Copy

```
Your responses will be sent via SMS, so limit each of your responses to be only 1 sentence long.
Make sure each of your responses only contains text, no markdown or html.
```
