> For the complete documentation index, see [llms.txt](https://docs.usepylon.com/pylon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usepylon.com/pylon-docs/getting-started/quickstart.md).

# Introduction

Pylon is the first agentic support platform built for B2B.

Track customer issues across any channel (Slack Connect, Email, Microsoft Teams, Chat Widget, Forms, ...) and orchestrate agents to investigate and act on your customer issues.

{% embed url="<https://youtu.be/CIxHc_8Ii5M>" %}

#### What is Agentic Support?

It's a new way of working, where instead of doing the work yourself - finding the right article in the docs, opening a new tab to write a SQL query to check logs, finding an old slack thread with a workaround - you direct agents to do the work for you.

This means support teams become agent builders and orchestrators - building agents and nudging them along on tickets while the agents learn how it is that you solve ever ticket and get better and faster each interaction. It's your judgement and direction, with the tedious work handed off to agents.

{% content-ref url="/pages/40bA5IO4AP8YGv8S3T8p" %}
[Assist Agent](/pylon-docs/agents/assist-agent.md)
{% endcontent-ref %}

{% content-ref url="/pages/iXCTGZmTYIYTUS0nbvCn" %}
[Background Agents](/pylon-docs/agents/background-agents.md)
{% endcontent-ref %}

{% content-ref url="/pages/ibWCb6gCftydV4yy3HMk" %}
[Skills](/pylon-docs/agents/skills.md)
{% endcontent-ref %}

{% content-ref url="/pages/LzEtasNFGr6UICNRqK31" %}
[Connectors](/pylon-docs/agents/connectors.md)
{% endcontent-ref %}

{% content-ref url="/pages/LWGur62n3R26PeOQF3h0" %}
[Support Agent](/pylon-docs/agents/support-agent.md)
{% endcontent-ref %}

{% content-ref url="/pages/J7ACPwt7DQc05zYR1KgM" %}
[Omnichannel Support](/pylon-docs/support-workflows/omnichannel-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/GDKWHKtiQoLpGd2o75Pd" %}
[Customer Portal](/pylon-docs/customer-portal/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/sZbhXfeObTH2q2Lj2HU2" %}
[Chat Widget](/pylon-docs/chat-widget/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/BIN1KMSZgNTThtCsuCgm" %}
[Triggers](/pylon-docs/platform/triggers.md)
{% endcontent-ref %}

{% content-ref url="/pages/o4SPiARnwp9Vm1hVteJj" %}
[Account Intelligence](/pylon-docs/account-intelligence/accounts.md)
{% endcontent-ref %}

{% content-ref url="/pages/2uAV0IcaRZ2xKbb9eApQ" %}
[Product Intelligence ](/pylon-docs/product-intelligence/feature-requests.md)
{% endcontent-ref %}

{% content-ref url="/pages/tb61kx4Si7ld72zQwKfS" %}
[Reporting & Analytics](/pylon-docs/reporting-and-analytics/analytics.md)
{% endcontent-ref %}

{% content-ref url="/pages/y5YDxx6qUKhoEvO0e97n" %}
[Broadcasts](/pylon-docs/broadcasts/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/Mduk4mNR4ujyAU6sm78d" %}
[API](/pylon-docs/developer/api.md)
{% endcontent-ref %}


---

# 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.usepylon.com/pylon-docs/getting-started/quickstart.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.
