> For the complete documentation index, see [llms.txt](https://law-centres-network.gitbook.io/enquirydesk-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://law-centres-network.gitbook.io/enquirydesk-documentation/fundamentals/configuration.md).

# Configuration

Within **Configuration**, you are given the option to edit:

* [Settings](#settings)
* [Referrers](#referrers)
* [Templates](#templates)
* [Forms](#forms)

For more information about classifying **Types**, **Outcomes** or **Areas of Law**, see [**Customisation**](/enquirydesk-documentation/guides/customisation.md).&#x20;

### Settings

Within **Settings**, you can access the details of the *Mailbox* and *Service Number*. EnquiryDesk works by receiving emails and phone calls that are forwarded to the email and number that can be found within Settings. These numbers will be automatically generated when a new EnquiryDesk environment is activated.&#x20;

You can also edit:

* The Email enquiry automated response message
* Ring time before voicemail is triggered (Minimum 5, maximum 120. Most callers will experience roughly 1 ring tone per second)
* Voicemail Prompt or Pre-recorded Voicemail Prompt

### Referrers

Communications from pre-assigned referrers will be handled and reported on differently from enquiries that are received direct from your clients. If a new enquiry is received from a pre-assigned referrer, **Duplicate** the enquiry and copy the relevant details (communications, enquiry details, generate a new contact record). See more on [**Referred Enquiries**](/enquirydesk-documentation/fundamentals/referred-enquiries.md).

### **Templates**

**Templates** can be used to make the process of responding to enquiries quicker. You can create templates for different channels:

* WhatsApp
* Email (Rich Text Editor allows for hyperlinks, lists, and a range of formatting)
* SMS

Remember: Copying and pasting formatted text never works reliably. If you have an existing template that you want to use in EnquiryDesk, you will need to be wary of checking the formatting yourself when pasting in content. There are a couple things you can do about this:

1. Paste in plain text, from a plain text editor, not Word
2. Or paste in anything you like, reformat what you don’t like, or remove formatting using the “remove formatting” button (just highlight any text you like to hit the button to clear most formatting from it)

### **Forms**

Forms can be used to collect information about the nature of the enquiry (*Enquiry Form*) or the individual seeking help (*Contact Form*). See more in [**Enquiries**](/enquirydesk-documentation/fundamentals/enquiries.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://law-centres-network.gitbook.io/enquirydesk-documentation/fundamentals/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
