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

# F5

{% hint style="info" %}
This integration is currently in beta.
{% endhint %}

Connect your F5 BIG-IP with Halo Security to automatically discover and import virtual servers and pools into your Halo Security account.

## F5 BIG-IP Setup

To enable Halo Security to connect to your F5 BIG-IP, you'll need to create a dedicated user account:

1. **Login** to the **BIG-IP Web UI (**&#x75;sually at `https://<BIGIP_IP>`)
2. Go to **System → Users → User List**
3. Click **Create**
4. Fill in the fields:
   * **Username**: (e.g., `halo-security`)
   * **Password**: (create a secure password)
   * **Partition Access**: Set to `All`
   * **Role**: `Guest`
5. Click **Finished**

## Connect F5 BIG-IP to Halo Security

After creating a user account in F5 BIG-IP, you'll need to set up the connector in Halo Security:

1. Visit your *Settings → Integrations →* [Add](https://app.halosecurity.com/user/settings/integrations/add)
2. Add the F5 integration
3. Choose a name for your integration
4. Click **Add**
5. After creating the integration, finish setting it up by providing the following values:
   1. **Username:** The username you set up in F5 (e.g. `halo-security`)
   2. **Password:** The password you set up in F5
   3. **Host**: The hostname or IP address of your F5 BIG-IP appliance
   4. **Auto Update Frequency** (optional)**:** Select how often you would like updates to run
   5. **Auto Add DNS Zones** (optional)**:** Select whether you'd like to automatically add DNS zones from F5 as seed domains for discovery
6. Click **Save Changes**

## Using the integration

Now that your account is integrated with F5, you may run the integration to pull in assets from your F5 account.


---

# 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.halosecurity.com/docs/integrations/discovery-integrations/f5.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.
