> ## 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.

# App Fortytwo Support

<Badge color="gray">App Fortytwo</Badge>
<Badge color="blue">Support</Badge>

<Card title="Global support page" href="/docs/support" icon="heart" horizontal>
  Navigate to the main support page.
</Card>

<br />

<Card title="Discord" icon="discord" href="https://discord.com/invite/fortytwo" horizontal>
  Contact our Discord support agent **MJ** in the #ai-agents-support channel.
</Card>

## Default Configuration Files Location

Default installation paths are relative to your home directory.<br />
`config.json` stores the currently used behavior and model data.<br />
`identity.json` stores the currently active node's credentials.

<Tabs>
  <Tab title="macOS" icon="apple">
    Short path:

    ```bash Zsh theme={null}
    ~/.fortytwo
    ```

    Full path:

    ```bash Zsh theme={null}
    /Users/{username}/.fortytwo
    ```
  </Tab>

  <Tab title="Windows" icon="windows">
    Paste into the address bar:

    ```bash theme={null}
    %USERPROFILE%\.fortytwo
    ```

    Full path example:

    ```bash theme={null}
    C:\Users\{username}\.fortytwo
    ```

    Path for PowerShell:

    ```bash theme={null}
    cd "$HOME\.fortytwo"
    ```
  </Tab>

  <Tab title="Linux (Ubuntu/Debian)" icon="linux">
    Short path:

    ```bash Bash theme={null}
    ~/.fortytwo
    ```

    Full path:

    ```bash Bash theme={null}
    /home/{username}/.fortytwo
    ```
  </Tab>
</Tabs>
