> For the complete documentation index, see [llms.txt](https://triton.pharos.ai/pharos-triton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triton.pharos.ai/pharos-triton/help-and-support.md).

# Help and Support

If you find yourself stuck with Pharos Triton or Pharos, for that matter, don't worry! We're here to help. There are several ways to get in touch:

* Email us at <support@pharos.ai> and mention *Triton* in the subject.
* Use the chat in Pharos Admin (part of the Pharos app in Salesforce). See instructions below:

{% embed url="<https://app.arcade.software/share/UDzDCXlHBWwIRBmbezgA>" %}
*Support Chat Instructions*
{% endembed %}

* If you find an issue with Triton specifically, or have a feature request in mind, feel free to file a [GitHub issue here](https://github.com/Pharos-AI/triton/issues/new/choose).
* If you have some general feedback or thoughts that you'd like to share, [create a Discussion here](https://github.com/Pharos-AI/triton/issues/new?assignees=\&labels=\&projects=\&template=general.md\&title=).


---

# 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://triton.pharos.ai/pharos-triton/help-and-support.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.
