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

# ChatGPT

Use your standards.md file with ChatGPT to get brand-aware responses in any conversation.

<Info>
  For the best experience with ChatGPT, consider [adding the MCP server](/ai-mcp-chatgpt) via Developer Mode instead. MCP gives ChatGPT on-demand access to your latest guidelines in every conversation without any manual steps.
</Info>

***

## Add to a custom GPT

For persistent brand context across every conversation, upload your standards.md file to a custom GPT.

<Note>
  Custom GPTs use an uploaded file and will not automatically update when you re-publish. Re-upload the standards.md file after making changes to keep it current.
</Note>

<Steps>
  <Step title="Open the GPT editor">
    In ChatGPT, navigate to **Explore GPTs** → **Create** to open the custom GPT editor.
  </Step>

  <Step title="Configure the GPT">
    In the **Configure** tab, fill in the following fields. Replace "your brand" with your actual brand name:

    **Name**

    ```text theme={null}
    Brand Guidelines Assistant
    ```

    **Description**

    ```text theme={null}
    Answers questions about your brand and produces on-brand content using your published brand guidelines from Standards.
    ```

    **Instructions**

    ```text theme={null}
    You are a brand guidelines expert. Use the uploaded standards.md file as your primary source of truth for all brand-related questions and content creation.

    When answering questions or producing content:
    - Reference specific guidelines from the document (colors, typography, voice, logo usage, etc.)
    - Cite exact values when relevant (hex codes, font names, spacing rules)
    - Follow the brand voice and tone guidelines for any written content
    - If the guidelines don't cover something, say so rather than guessing

    When asked to create content (copy, emails, social posts, etc.), always apply the brand voice and tone guidelines. When asked about visual elements (colors, fonts, logo), provide the exact specifications from the guidelines.

    Never contradict the guidelines. If a user's request conflicts with the guidelines, flag the conflict and suggest an on-brand alternative.
    ```
  </Step>

  <Step title="Upload to Knowledge">
    Scroll to **Knowledge** and upload your standards.md file.
  </Step>

  <Step title="Save">
    Save and publish your custom GPT. It will now use your brand guidelines in every conversation.
  </Step>
</Steps>

***

## Paste the link

For one-off conversations, paste the share link directly into a message. The link always fetches your latest published guidelines.

<Steps>
  <Step title="Copy the share link">
    From the AI settings page in Standards, click the copy button on the standards.md card.
  </Step>

  <Step title="Paste into ChatGPT">
    Open [ChatGPT](https://chatgpt.com), start a new conversation, and paste the link into the message input along with your prompt. For example: *"Here are my brand guidelines: \[paste link]. Write an email announcement using these guidelines."*
  </Step>
</Steps>

***

## Upload the file

You can download the file and attach it directly to a conversation.

<Note>
  Uploaded files are a snapshot and will not reflect changes published after the file was downloaded. Re-download after publishing to stay current.
</Note>

<Steps>
  <Step title="Download your standards.md file">
    Select the project, then copy the standards.md link, then load the link in a new tab. Save the file by pressing <kbd>command</kbd> + <kbd>s</kbd> on your keyboard.
  </Step>

  <Step title="Start a new ChatGPT conversation">
    Open [ChatGPT](https://chatgpt.com) and start a new conversation.
  </Step>

  <Step title="Attach the file">
    Click the attachment icon in the message input and select your downloaded standards.md file.
  </Step>

  <Step title="Ask a question">
    With the file attached, ask ChatGPT to reference your brand guidelines. For example: *"Using the attached brand guidelines, write social media copy for a product launch."*
  </Step>
</Steps>
