# Principles

- [Contacts, Chatrooms & Customer Lifecycles](https://docs.saleschat.pro/principles/contacts-chatrooms-and-customer-lifecycles.md): This page describes Contact, Chatroom and their lifecycle as well as how to handle multiple Contacts with the same Phone Number
- [Multiple WABA & Phone Numbers](https://docs.saleschat.pro/principles/multiple-waba-and-phone-numbers.md): Multiple WABA accounts and Multiple Phone Numbers in each WABA account.
- [Sending messages via automation](https://docs.saleschat.pro/principles/sending-messages-via-automation.md): This section deals with automation in chats to send messages and run workflows.
- [Events & Attributes](https://docs.saleschat.pro/principles/events-and-attributes.md)
- [Attribute Matcher](https://docs.saleschat.pro/principles/attribute-matcher.md)
- [Apps on Saleschat](https://docs.saleschat.pro/principles/apps-on-saleschat.md)


---

# 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.saleschat.pro/principles.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.
