> For the complete documentation index, see [llms.txt](https://developers.epiqai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.epiqai.com/get-started/quickstart.md).

# Quickstart

Epiq AI MCP is a Remote MCP server. Claude connects to the Epiq AI MCP URL, runs the standard OAuth flow against Okta, and the Epiq AI tools that are filtered to those your account is permitted to use appear in Claude.

### Before you begin

Before you get started, make sure you have:

* Single sign-on (SSO) access to Epiq AI&#x20;
* At least one project assigned to you in Epiq AI
* Access to Claude.ai or Claude Desktop

{% hint style="success" %}
**Estimated time: 5 minutes.**&#x20;
{% endhint %}

## End-to-end flow

{% stepper %}
{% step %}

#### Open Claude

Open Claude.ai or Claude Desktop, depending on your preference.
{% endstep %}

{% step %}

#### Connect Claude to Epiq AI

Start the connector setup flow and sign in with your Epiq AI credentials.

During setup:

* Authenticate with your approved account
* Authorize the connector to access Epiq AI on your behalf
* Select or confirm the connection, if prompted
  {% endstep %}

{% step %}

#### Confirm successful connection

After setup, verify that Claude can access your Epiq AI data.

You may see:

* The connector listed as an available source.
* A confirmation that Epiq AI is connected.
* The ability to begin prompting against your Epiq AI data.
  {% endstep %}

{% step %}

#### Ask Claude a question

Try a simple project- or document-focused question.

**Examples:**

*What projects am I working on?*

*Which document collections are in this project?*

*What documents mention \[entity name]?*
{% endstep %}
{% endstepper %}


---

# 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://developers.epiqai.com/get-started/quickstart.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.
