> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/favro.md).

# Favro

{% hint style="info" %}
BugSplat's Favro integration is in beta. Please message us if you want to request a feature or report a bug.
{% endhint %}

BugSplat allows your team to create cards in [Favro](https://favro.com/) with a few clicks. Our integration adds valuable crash data to your Favro cards and links to the BugSplat dashboard so your team can quickly switch between looking at BugSplat and your Favro workflows.

#### Integrating Favro and BugSplat

1. Create an API token in Favro via **My Profile > API Tokens > Create New Token**
2. Navigate to the **⚙️ > Integrations > Defect Tracker** page in BugSplat
3. Select **Favro** and click the **Integrate** button
4. Enter your **Email** and **Token** and click **Update**
5. You should now see a list of organizations. Choose the correct organization and click **Update**
6. You should now see a list of widgets. Choose a widget and click **Update**
7. Optionally enter comma-separated tags in the **Tags** field and click **Update**

#### Push a New Item to Favro

1. To push a new card to Favro, use the **Create Defect** button on the **Crashes** or **Crash Group** pages.
2. Enter relevant details and click the **Submit** button to create the defect.
3. Click the link to view the new Favro card created by BugSplat.
4. View the card in Favro to see that stack trace and other valuable info from BugSplat.

#### Automated Defect Creation <a href="#automated-defect-creation" id="automated-defect-creation"></a>

Want to create cards in Favro automatically for each new crash or crash group? Check out the document on auto-creating defects in your third-party defect tracker tool [here](https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/auto-creating-defects-from-bugsplat-databases-in-attached-third-party-trackers).


---

# 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.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/favro.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.
