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

# Managing Integrations

This article covers how to add, update & remove integrations from the ThreatDefence Platform.

## 1. Navigating to the Management Page for Integrations

To manage integrations on the ThreatDefence platform, login to the Customer Portal and Navigate to "Deployment" on the left-hand navigation pane, then click on "Integrations"

{% hint style="info" %}
Please note: Your account must have the ability to manage integrations to be able to see this page, contact the administrator of your tenant, or our support team to assist with any access issues.
{% endhint %}

Below is an example of what you would see if you have some integrations deployed:

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-af2585f24a1e23a74ed58a1df25ff64fd0799d95%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

***

## 2. Adding an Integration

To add an integration to your tenant, hover over the 'ADD' button in the upper right-hand corner of the page and select your desired integration from the drop-down list:

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-2fc9aff1157904f13afe2b6fbfca8dd64432b336%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Specific integration information can be found here in our knowledge base: <https://docs.threatdefence.com/siem-integrations/siem-integrations>
{% endhint %}

***

## 3. Updating an integration

To update or edit an integration, click on the edit icon as below, you will see that any existing values will be censored out as "\*\*\*\*\*", you will need to re-enter all the required values to save your changes.

Edit button shown below:

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-017fb88131d9876dec1da534a1e156ded9a471a3%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

After clicking this, you will see a varying amount of input fields based upon how many are required for that integration, for example, below is the Okta integration:

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-21dd1a4e6f1233c2f5731c794f62f0039af9ddf3%2Fimage.png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

***

## 4. Removing an integration

To remove an integration on ThreatDefence, click the 'Trash Can' icon on the relevant integration as below:

<figure><img src="https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-d8b3a986c696ece6922fc18d06dd13149ba55e23%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please note that removing an integration does **NOT** remove your data from the ThreatDefence platform.
{% endhint %}

***

## 5. Having Trouble?

If you're having any issues, don't hesitate to reach out to our support team, you can raise a support request via our Support Portal, or by emailing "<support@threatdefence.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.threatdefence.com/platform-management/managing-integrations.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.
