# Responses are too long

Are your A.I. chatbot responses way too long?

Not to worry.

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 ‘<mark style="color:red;">Re-train chatbot’</mark> and voila you’ll know have one sentence responses that look like this.

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.
```


---

# 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://docs.gpt4business.ai/getting-started/troubleshooting/responses-are-too-long.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.
