> For the complete documentation index, see [llms.txt](https://documentation.maax.ai/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.maax.ai/main/building-good-prompts.md).

# 💬 Building Good Prompts

## Overview

Through the Maax AI Web App, you can configure Sales AI to:

1. Define a product that needs to be sold to a prospect&#x20;
2. A strategy that you would like to use (i.e. "be empathetic, but make it clear that the deadline for signing up is tomorrow")&#x20;
3. A goal and a goal link (i.e. "get people to book a call with a salesperson on the specified link").

In general, it takes about 7 days to optimize Sales AI.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.maax.ai/main/building-good-prompts.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.
