> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/support/how-to-reach-us/questions.md).

# Questions

You can use any of these methods if you have follow-up questions about alerts, investigations, incidents, or detections. If you need more help with any of these methods, see [Technical Support](/support/how-to-reach-us/technical-support.md).

<table data-header-hidden><thead><tr><th width="193.51171875"></th><th></th></tr></thead><tbody><tr><td><strong>Email</strong></td><td>To reach us through email, send your message to <a href="mailto:support@expel.com">support@expel.com</a>. </td></tr><tr><td><strong>Workbench</strong></td><td>To reach us through Workbench, go to your profile in the upper right corner and select <strong>Submit a ticket in Zendesk.</strong><br><br><img src="/files/D9KP2q2FjczOmmGOCKWZ" alt="Submit a ticket in Zendesk button in Workbench."></td></tr><tr><td><strong>Slack or Teams</strong></td><td><p>Use <code>@Ruxie</code> and choose the <strong>Open a support ticket</strong> option to access the support ticket form, where you can ask your question. This will create a Zendesk ticket and also provide a link to it.<br></p><ul><li>You can add additional information or ask for updates by threading a response to the Ruxie message.</li><li>Your threaded responses will be added as comments to the Zendesk ticket. </li><li>The responses that Expel adds in Zendesk will also be threaded within Slack/Teams.</li></ul></td></tr><tr><td><strong>Phone</strong></td><td><p>Please use this method only when you require immediate confirmation that a SOC analyst is reviewing activity in Workbench or a request that you have submitted through the other methods shown here. The SOC will be unable to share sensitive data over the phone.</p><p>To reach our SOC by phone, refer to the <strong>SOC floor</strong> number provided in <a href="https://workbench.expel.io/auth/login?orig=%2F">Workbench</a> by navigating to <strong>Dashboards > Welcome</strong>.<br><br><img src="/files/AEgiJqEyGxOPdoMmhBDL" alt="Expel&#x27;s SOC floor number is available in Workbench."></p></td></tr></tbody></table>


---

# 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.expel.io/support/how-to-reach-us/questions.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.
