> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/senate/contacting-the-senate.md).

# Contacting the Senate

There are a number of ways to contact the Kujira Senate.&#x20;

The Kujira Senate can be reached via email at '<kujirasenate@proton.me>'.

The Kujira Senate has its own Twitter account [@KujiraSenate](https://twitter.com/KujiraSenate).

Senators can always be @'ed in the main Kujira Telegram chat (all Senators other than Daniel Lux have the Senators tag).&#x20;

The [Discord Senator governance forum](https://discordapp.com/channels/970650215801569330/1021059072050597920) is used to kick off discussions related to community pool management and general funding proposals.

The 'senate' channel allows community members to write down their thoughts and interact with Senators directly in a public space.

Finally, although Senators are quite busy, it is possible to send direct messages to Senators on Telegram, Twitter, or Discord. Senators have their own preferred communication platforms so it may be necessary to try multiple methods.&#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, and the optional `goal` query parameter:

```
GET https://docs.kujira.app/dapps-and-infrastructure/senate/contacting-the-senate.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.
