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

# Get Started with Fortytwo

<Card title="App Fortytwo" icon="https://mintcdn.com/fortytwo-f43ac997/IPaCaqUyHLPRl0j3/resources/icons/Fortytwo-Logo-Blue-callout.svg?fit=max&auto=format&n=IPaCaqUyHLPRl0j3&q=85&s=a3e795809aafa3e2b73046836fb1a19e" href="/docs/app-fortytwo-quick-start" cta="Go to guide" width="400" height="400" data-path="resources/icons/Fortytwo-Logo-Blue-callout.svg">
  Connect to App Fortytwo using the CLI or an agent.<br />Ask questions.<br />Contribute your compute to the network.
</Card>

<Columns cols={2}>
  <Card title="Get API access" icon="code" href="https://tally.so/r/mYNDW5" cta="Fill out our API access form">
    <br />

    <br />

    <br />
  </Card>

  <Card title="Fortytwo MCP" icon="robot" href="/docs/mcp-quick-start" cta="Go to guide">
    Use Fortytwo MCP for complex tasks, irreversible actions, and the moments when your agent needs to be right.
  </Card>

  <Card title="Run a P2P Inference Node" icon="hexagon-nodes" href="/docs/quick-start" cta="Go to guide">
    Contribute your compute to the network.<br /><br />
  </Card>

  <Card title="Run a P2P Relay Node" icon="code-commit" href="/docs/relay-quick-start" cta="Go to guide">
    Contribute your internet connection capacity to the network.<br /><br />
  </Card>
</Columns>

<Card title="Support" icon="heart" href="/docs/support" cta="Get assistance">
  <br />
</Card>

## Popular Guides

<Tabs>
  <Tab title="App Fortytwo" icon="https://mintcdn.com/fortytwo-f43ac997/0cQCszqEw3UY-Jgf/resources/icons/Fortytwo-App-tabs.svg?fit=max&auto=format&n=0cQCszqEw3UY-Jgf&q=85&s=ebc5768dbee9b86c6c6a8d6ce9a858f7" width="64" height="64" data-path="resources/icons/Fortytwo-App-tabs.svg">
    <Card icon="robot" title="Quick Start with an Agent" href="/docs/app-fortytwo-quick-start#ai-agent-openclaw">
      Connect an agent to the App Fortytwo to earn points and send questions to the network.
    </Card>

    <Card icon="terminal" title="Run a Node in Terminal" href="/docs/app-fortytwo-quick-start#app-fortytwo-cli">
      Contribute inference manually, get points, ask questions and get answers.
    </Card>

    <Card icon="server" title="Self-Host Inference with App Fortytwo" href="/docs/api-integration-chat-apps">
      Learn how to use self-hosted inference to earn Fortytwo points.
    </Card>
  </Tab>

  <Tab title="API" icon="code">
    <Card icon="traffic-light-go" title="API Quick Start Guide" href="/docs/api-usage">
      Start here once you have API access.
    </Card>

    <Card icon="code" title="API Reference" href="/apis/api-reference-intro">
      Test the API with your API key.
    </Card>

    <Card icon="comment-arrow-up-right" title="Integration with Third-Party Chat Apps" href="/docs/api-integration-chat-apps">
      See an example how to use the Fortytwo API with a chat app of your choice.
    </Card>
  </Tab>

  <Tab title="MCP" icon="robot">
    <Card icon="traffic-light-go" title="MCP Quick Start Guide" href="/docs/mcp-quick-start">
      Learn how your agent can get the best responses with Fortytwo MCP.
    </Card>

    <Card icon="code" title="API Reference" href="/apis/api-integration">
      Learn how to use MCP calls with your app/client.
    </Card>
  </Tab>

  <Tab title="P2P Inference Node" icon="hexagon-nodes">
    <Card icon="plug" title="How should I run my Inference Node? " href="/docs/inference-features">
      Differences between Fortytwo P2P App, Fortytwo P2P Container, and Fortytwo P2P CLI.
    </Card>

    <Card icon="computer" title="Requirements" href="/docs/hardware-requirements">
      Software and hardware required to participate.
    </Card>

    <Card icon="scale-balanced" title="Performance Balancing" href="/docs/performance-balancing">
      Learn about KV Cache and get the most out of your node.
    </Card>
  </Tab>

  <Tab title="P2P Relay Node" icon="satellite-dish">
    <Card icon="flask-gear" title="Environment Setup" href="/docs/relay-env-setup">
      How to set up the `.env` file for P2P Relay Node.
    </Card>

    <Card icon="server" title="Requirements" href="/docs/relay-requirements">
      Connection, software and hardware required to run a P2P Relay Node.
    </Card>

    <Card icon="pipe-circle-check" title="Ports Verification" href="/docs/ports">
      Check for open ports and verify port forwarding setup on your router.
    </Card>
  </Tab>
</Tabs>
