> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/ask-impact/use-the-ask-impact-support-tab.md).

# Use the ask impact Support Tab

The *ask impact* support tab gives you multiple channels to get help, share feedback, and access documentation. It is designed as a self-service hub that surfaces the right resource depending on your need.

1. On the bottom-right, select the ![](/files/IASEmphdPUZUzYY2N69D) ***ask impact*** icon to start a conversation.
   * If you don't see the ![](/files/IASEmphdPUZUzYY2N69D) ***ask impact*** icon, check that *ask impact* is [enabled for your account](/partner/what-would-you-like-to-learn-about/platform-features/ask-impact/how-to-enable-and-disable-ask-impact.md).
2. On the top-right of the *ask impact* live chat, select ![](/files/VYZggCLqZUcx0FICQQKu) **Support** to view the support tab.

<div data-with-frame="true"><figure><img src="/files/xeYHniSiTxfYHEeyyuNV" alt="Support Tab"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/sRmsUyY3OOiqjhMSe20c" alt="PXA"><figcaption></figcaption></figure></div>

The support tab contains the following 5 sections:

<details>

<summary>Contact Us</summary>

The *Contact Us* section appears at the top of the Support Tab. Use it when you can't find what you need through self-service resources.

There are 2 contact options:

* **Live Chat:** Select **Chat Now** to open a real-time chat session with a support agent. Use this when you have an urgent or complex issue that requires immediate human assistance.
* **Tickets:** Select [**Log a Ticket**](https://app.impact.com/secure/advertiser/support/customer-support-portal-flow.ihtml) to submit a support ticket for issues that are non-urgent or require investigation. Agents will review the ticket and respond when possible.

</details>

<details>

<summary>Feedback</summary>

Use the *Feedback* section to share your experience with *ask impact* to help improve the product.

Select **Share Feedback** to open an external feedback form or survey. This is separate from the support ticket workflow and goes directly to the product team.

</details>

<details>

<summary>Documentation</summary>

The *Documentation* section gives you access to self-service help resources.

* Select [**View AI Docs**](https://help.impact.com/other/reference-documentation/impact.com-ai-features-explained) to open an article featuring the latest AI features on impact.com.
* *Help Docs for This Page* provides context-sensitive links to documentation relevant to the page you are currently viewing in *ask impact*.

</details>

<details>

<summary>What's New</summary>

The *What's New* section keeps you up to date with the latest *ask impact* features and product updates. Select [**View Release Notes**](https://release.impact.com/) to open the external release notes portal.

</details>

<details>

<summary>Partnerships Experience Academy</summary>

The Partnerships Experience Academy (PXA) is impact.com's certification and training program. Select [**Get Certified**](https://pxa.impact.com/student/catalog) to open the PXA portal and browse available courses and certifications.

</details>


---

# 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://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/ask-impact/use-the-ask-impact-support-tab.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.
