> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/crowdstrike/add-the-crowdstrike-credentials-to-epiphany.md).

# Add the CrowdStrike Credentials to Epiphany

#### **Step 1:**

* Log in to your Epiphany account.&#x20;
* In the left menu, expand **Source Management** and select **Configuration.**\
  \
  ![](/files/P0sIGH1xIJx8qDxNNTUr)<br>
* Expand **Cloud** and then expand **Endpoint Protection.**
* Select **Add New Datasource.**&#x20;

![In Cloud, expand Endpoint Protection and select Add New Datasource.](/files/nWDtRbrEEy2HiMT5DPUw)

* Select **Crowdstrike**.

![Select Crowdstrike.](/files/28sXRHVO4uCIMUF0dybL)

#### Step 2:

* On the **Add New Datasource** page, enter this information for Crowdstrike:
  * **Data Source Name**: A description of the Crowdstrike account.
  * **Data Source Owner**: Select the name of the person who is the admin for Cylance in Epiphany. Typically it is the person adding the data source.
  * **Data Source Notes**: Any additional information about the account.
  * **Client ID**: Enter the Client ID you obtained in the [previous section](/technical-documentation/data-sources/crowdstrike/create-a-crowdstrike-api-key.md). This field is required. Be sure it is entered correctly.&#x20;
  * **Secret ID**: Enter the Secret ID you obtained in the [previous section](/technical-documentation/data-sources/crowdstrike/create-a-crowdstrike-api-key.md). This field is required. Be sure it is entered correctly.
  * **Active**: Toggle this switch to on.
* Select **Save**.

![](/files/3Dss52E2WxHq0iSsa9bX)

The new Crowdstrike data source displays in Epiphany.&#x20;

![](/files/nCvPkmeKzqTVkBgwRl3p)


---

# 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.reveald.com/technical-documentation/data-sources/crowdstrike/add-the-crowdstrike-credentials-to-epiphany.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.
