# Ask AI

{% hint style="info" %}
Connect [Training Data](/pylon-docs/platform/training-data.md) that is outside of Pylon to give Ask AI access to more resources!
{% endhint %}

Ask AI is a general purpose AI chat that can help you and your team answers all the questions you might have about your existing data.

<figure><img src="/files/r6sZXOlRRzcJqXdB1ywy" alt=""><figcaption></figcaption></figure>

* Browsable citations help you understand exactly where answers are coming from, so the results are never a black box
* Ask history allows you to access your past queries via search
* Shareable searches let others continue to ask their own follow up questions after you send them your results
* Dynamic values allow you to understand how your query was interpreted by the AI

<figure><img src="/files/APCnlTsEpGTeBKLDoxC9" alt=""><figcaption></figcaption></figure>

## Use Cases

#### Teammate Onboarding

Use Ask AI to answer questions about your product:

* How does x feature work?
* Do we support x?

<figure><img src="/files/PKq0wlviOpWWSxCQjGZH" alt=""><figcaption><p>(It's <a href="/pages/gL2zAmnMiJ60mPquRt76#article-generation">this feature</a>)</p></figcaption></figure>

#### Product Feedback

Use Ask AI to gather product feedback or inform customer evidence on product specs:

* We launched x feature in beta last week, what has been all the feedback we've gotten about it?
* What are examples of customers asking about x feature?

#### Support Trends

Use Ask AI to summarize themes of issues for the rest of your team:

* Summarize common topics for bugs over the last week
* What are all the bug reports about x feature?
* List all interactions where the customer was very dissatisfied

#### Account Management

Use Ask AI before stepping into a customer call:

* Summarize what has been going on with x customer in the last month
* Did x customer ever ask for y feature?

<figure><img src="/files/SdaIdFZgliiQRzhT7i1t" alt=""><figcaption><p>(It's <a href="/pages/80TKZ95ol8CtS6jDyKir">this feature</a>)</p></figcaption></figure>

**Analytics**

Use Ask AI to get quick answers to analytical questions:

<figure><img src="/files/62qqzWyqMavjgMW8ebVn" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.usepylon.com/pylon-docs/platform/ask-ai.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.
