> 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/siem-integrations/endpoint-protection/sophos-central.md).

# Sophos Central

This guide provides steps to enable SophosCentral API access in your ThreatDefence SIEM.

### Step 1: Configuration in SophosCentral Management Console

1. **Access Sophos Central Admin**:
   * Log in to Sophos Central Admin with administrative credentials.
2. **Navigate to API Credentials Management**:
   * Go to Global Settings > API Credentials Management page within Sophos Central Admin.
3. **Add New Credential**:
   * Click on "Add Credential" from the top-right corner of the screen.
   * Provide a Credential name and select the appropriate role.
   * Optionally, add a description for the credential.
   * Click "Add" to create the API credential. The API credential Summary will be displayed.
4. **Show Client Secret**:
   * Click on "Show Client Secret" to reveal the Client Secret associated with the created credential.
5. **Generate API Key**:
   * Go to your profile by clicking on your account email address (located in the upper-right corner) and select "My Profile."
   * Generate the API key from your profile settings.\
     ![](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-713be79a0302c5c3a4a7bd0aad9da899b8312a59%2Fsiemcreds.png?alt=media)

### Step 2: Configuration in ThreatDefence

**Provide ThreatDefence with Client Information**:

* Provide the following information to your ThreatDefence representative at <support@threatdefence.com>:
  * Client ID
  * Client Secret


---

# 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/siem-integrations/endpoint-protection/sophos-central.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.
