> For the complete documentation index, see [llms.txt](https://docs.gp7.app/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/legal/terms/23.communications.md).

# 23.Communications

23.1. All notices, requests, claims, demands and other communications concerning these Terms that we provide to you, including these Terms, will be provided in electronic form by:

23.1.1. posting a notice on the Website; or

23.1.2. sending a notice via the App; or

23.1.3. sending an email to the email address which is associated with your user account.

23.2. Notices provided by posting on the Website will be effective one business day after they are posted, and Notices provided by email or sent via the App will be effective one business day after they are sent. It is your responsibility to keep your email address current. You will be deemed to have received any email sent to the email address then associated with your user account when we send the email, whether or not you actually receive or read the email.

23.3. Notices that you provide to us must be in the English language and delivered to us by email at <notices@gp7.app>. Such notices will be effective one business day after they are sent.


---

# 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://docs.gp7.app/legal/terms/23.communications.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.
