> 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/education/faq/what-ip-addresses-does-bugsplat-use.md).

# What IP Addresses Does BugSplat Use?

Some organizations restrict access to their symbol servers, defect trackers, and other internal services by IP address. To allow access to BugSplat, add the following IP addresses to your allowlist:

* `23.22.79.2`
* `3.93.104.250`
* `34.194.164.107`

Allowlisting these addresses ensures BugSplat can connect to:

* [Symbol servers](/guides/working-with-symbol-files/symbol-servers.md), so BugSplat can fetch symbols when processing your crash reports
* [Defect tracker integrations](/guides/integrating-with-tools/issue-trackers.md) such as Jira, YouTrack, Azure DevOps, GitHub Issues, and GitLab, so BugSplat can create and update issues on your behalf

If you're still having trouble connecting BugSplat to your services after allowlisting these addresses, please send us a note at <support@bugsplat.com>.


---

# 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/education/faq/what-ip-addresses-does-bugsplat-use.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.
