> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nextks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get up and running with NextKS in under 5 minutes.

## 1. Install NextKS in your workspace

Go to [app.nextks.com/signin](https://app.nextks.com/signin) and choose your platform:

<Tabs>
  <Tab title="Slack">
    1. Click **Add to Slack**
    2. Authorize the app in the Slack OAuth prompt
    3. You'll be signed in automatically as the organization admin
  </Tab>

  <Tab title="Microsoft Teams">
    1. Click **Add to Microsoft Teams**
    2. Complete the admin consent flow with your Microsoft 365 account
    3. You'll be signed in automatically as the organization admin
  </Tab>
</Tabs>

<Info>
  Already installed? Go to [app.nextks.com/login](https://app.nextks.com/login) to sign in with your existing workspace.
</Info>

## 2. Connect via NextKS MCP

The NextKS MCP lets tools like Claude Desktop, Claude Code, or Cursor access all your connected MCP servers through a single endpoint.

<Tabs>
  <Tab title="Claude Desktop">
    1. Go to **Settings → Connectors**
    2. Click **Add custom connector**
    3. Enter the URL: `https://app.nextks.com/api/mcp/gateway`
    4. Click **Add**

    On first use, Claude opens your browser to sign in with your Slack or Teams account.
  </Tab>

  <Tab title="Claude Code">
    Run:

    ```bash theme={null}
    claude mcp add nextks --transport http https://app.nextks.com/api/mcp/gateway
    ```

    On first use, Claude Code opens your browser to sign in with your Slack or Teams account — no API key needed.
  </Tab>
</Tabs>

Once connected, the agent can discover and call all your MCP tools. See the [NextKS MCP guide](/guides/gateway-mcp) for full setup details.

<Note>
  The tools available through the NextKS MCP are managed from the dashboard. See [MCP Connectors](/guides/mcp-connectors) for how to add and configure connectors.
</Note>

## 3. Get the Voice app

Talk to the same AI assistant by voice on your Android phone:

1. Open [app.nextks.com](https://app.nextks.com) on your phone
2. Go to **Account** → under **NextKS Voice**, tap **Download Android App**
3. Install and open the app
4. Tap **Log In** — since you're already signed in on the web, authentication completes instantly
5. Tap the orange **Call** button and start talking

The AI has access to all your MCP tools during voice calls. After each call, a summary is posted to your Slack or Teams DM.

See the [NextKS Voice guide](/guides/voice-app) for full details.

## Next steps

<CardGroup cols={2}>
  <Card title="MCP Connectors" icon="server" href="/guides/mcp-connectors">
    Add MCP servers to your organization and configure AI usage notes, approval settings, and health monitoring
  </Card>

  <Card title="NextKS MCP" icon="bolt" href="/guides/gateway-mcp">
    Connect your tools to all your MCP servers through a single endpoint
  </Card>

  <Card title="NextKS Voice" icon="phone" href="/guides/voice-app">
    Talk to your AI assistant via voice on Android
  </Card>

  <Card title="Q&A Tickets" icon="ticket" href="/guides/qna-tickets">
    Build a shared knowledge base with collaborative Q\&A
  </Card>

  <Card title="Interactive Notifications" icon="hand-pointer" href="/api-reference/interactive-notifications">
    Build approval workflows with response buttons
  </Card>

  <Card title="API Authentication" icon="key" href="/api-reference/authentication">
    API key management and security details
  </Card>
</CardGroup>
