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

# Quick start

## Install the QA Wolf MCP <Badge color="green">Recommended</Badge>

<Tabs>
  <Tab title="Codex">
    <Steps>
      <Step title="Install the [Codex plugin](https://chatgpt.com/plugins/plugin_asdk_app_6aa2be82194c81919e05f3e7c5eedeef?open_in_app)">
        After clicking "Install" you'll be redirected to create an account or sign in.
      </Step>

      <Step title="Sign up for QA Wolf or log in">
        Use your work email when creating a new account. 
      </Step>

      <Step title="Allow access">
        If you're not automatically redirected, return to Codex and click Install again.
      </Step>

      <Step title="Onboard your app">
        Paste this prompt into the chat session for the project you're working on:

        ```text theme={null}
        Onboard this app to QA Wolf
        ```
      </Step>
    </Steps>
  </Tab>

  <Tab title="Other coding agents">
    Follow the [client-specific setup guide](https://github.com/qawolf/agent-plugins/blob/main/plugins/qawolf/skills/qawolf/references/platforms.md).
  </Tab>
</Tabs>

## Use the web app

<Steps>
  <Step title="[Sign up](https://app.qawolf.com/sign-up?utm_source=help+docs+quick+start+guide) for QA Wolf">
    Use your work email when creating a new account. 
  </Step>

  <Step title="Onboard your app">
    You'll need to give the agent access to the application you want to test.

    You can send this prompt with the missing info completed:

    ```text theme={null}
    Go to {URL of your app} and sign in with username {username} and password {password}
    ```

    Or navigate to your application through the streaming browser.
  </Step>

  <Step title="Automate your test suite">
    If you know what test you want automated, describe it for the agent.

    If you want the agent to build a test suite for you, paste this prompt into the chat:

    ```text theme={null}
    Explore this application and automate a comprehensive test suite.
    ```
  </Step>
</Steps>

# Next

<Columns cols={3}>
  <Column>
    <Card title="Coverage Mapping" href="https://docs.qawolf.com/product-mapping">
      The QA Wolf agent will recommend E2E tests to automate. 
    </Card>
  </Column>

  <Column>
    <Card title="Test Automation" href="https://docs.qawolf.com/test-automation">
      The QA Wolf agent will automate and validate E2E tests.
    </Card>
  </Column>

  <Column>
    <Card title="Workspace setup" href="/workspace-setup">
      Learn how to configure your workspace.
    </Card>
  </Column>
</Columns>
