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

# Using Jeremy SOPs in Utari

> Learn how to access, activate, and apply SOPs to enhance your agent workflows. Note: Jeremy SOP's are only available to Jeremy Inner Circle members. 

## Overview

This guide explains how to use Jeremy SOPs (Standard Operating Procedures) within the Utari platform. You'll learn how to access the knowledge base, activate specific SOPs for your agents, and leverage them during conversations.

<iframe width="700px" height="400px" src="https://embed.app.guidde.com/playbooks/bfa4jJTVxubqG4c8Rt8vvm?mode=videoOnly" title="Access And Utilize Jeremy SOPs Within Utari Platform" frameBorder="0" referrerPolicy="unsafe-url" allowFullScreen allow="clipboard-write" sandbox="allow-popups allow-popups-to-escape-sandbox allow-scripts allow-forms allow-same-origin allow-presentation" style={{ borderRadius:"10px" }} />

## Accessing the Knowledge Base

<Steps>
  <Step title="Navigate to Knowledge Base">
    Log into your Utari account and click on [**Knowledge Base**](https://www.utari.ai/knowledge) in the main navigation.
  </Step>

  <Step title="View Jeremy SOPs">
    You'll see the Jeremy SOPs folder, which contains 27 different SOP files. This area also allows you to add additional knowledge resources.
  </Step>

  <Step title="Add Custom Knowledge (Optional)">
    To add your own resources:

    * Click **Add Knowledge**
    * Select the destination folder
    * Upload your SOPs, PDFs, or other documents
  </Step>
</Steps>

## Activating SOPs for Your Agents

Once your SOPs are in the knowledge base, you need to activate them for specific agents to use.

<Steps>
  <Step title="Select Your Agent">
    Navigate to any worker or agent you've created in your Utari workspace.
  </Step>

  <Step title="Access Knowledge Settings">
    Click on the **Knowledge** tab within the agent's configuration.
  </Step>

  <Step title="Enable Jeremy SOPs">
    You'll see that Jeremy SOPs are available in this agent's workflow by default across all agents.
  </Step>

  <Step title="Activate Specific SOPs">
    To give your agent access to a particular SOP:

    * Click the dropdown menu under **Jeremy SOPs**
    * Select the specific SOP you want to activate (e.g., "Mastering VSLs")
    * The agent can now access and reference this SOP during tasks
  </Step>
</Steps>

<Note>
  You can activate multiple SOPs for a single agent. Only activated SOPs will be accessible to the agent during conversations.
</Note>

## Using SOPs in Conversations

Once you've activated an SOP, your agent can reference it during chat interactions.

### Example Workflow

<Steps>
  <Step title="Start a Chat">
    Open a conversation with your agent.
  </Step>

  <Step title="Request SOP Information">
    Ask the agent to reference the activated SOP. For example:

    ```
    Can you describe the rundown for mastering VSLs in your knowledge base?
    ```
  </Step>

  <Step title="Select Model (Optional)">
    Choose your preferred AI model (e.g., Claude Sonnet 4.5) for optimal performance.
  </Step>

  <Step title="Review Response">
    The agent will:

    * Search for the relevant document in the knowledge base
    * Verify access to the document
    * Analyze the content
    * Provide a comprehensive summary
  </Step>
</Steps>

### Advanced Usage

After the agent has accessed the SOP, you can give it additional instructions based on that knowledge:

```
Based on the knowledge in your knowledge base, write me a VSL on [your topic]
```

The agent will use the SOP guidelines to create content that follows the established procedures and best practices.

## Best Practices

<CardGroup cols={2}>
  <Card title="Activate Relevant SOPs" icon="toggle-on">
    Only activate SOPs that are relevant to the agent's specific role to improve response accuracy and speed.
  </Card>

  <Card title="Test Agent Access" icon="vial">
    After activating an SOP, test that your agent can properly access and reference the content.
  </Card>

  <Card title="Organize Your Knowledge" icon="folder-tree">
    Keep your knowledge base organized with clear folder structures for easy SOP management.
  </Card>

  <Card title="Update Regularly" icon="arrows-rotate">
    Keep your SOPs current by regularly updating the knowledge base with new versions.
  </Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Agent can't find the SOP">
    Verify that:

    * The SOP is uploaded to the knowledge base
    * The SOP is activated in the agent's Knowledge settings
    * You're referencing the correct SOP name in your query
  </Accordion>

  <Accordion title="Incomplete or inaccurate responses">
    Try:

    * Using more specific queries
    * Selecting a more advanced AI model
    * Checking that the SOP content is properly formatted
  </Accordion>

  <Accordion title="Can't upload new knowledge">
    Ensure:

    * Your file format is supported (PDF, DOCX, TXT, etc.)
    * You have the necessary permissions
    * The file size is within platform limits
  </Accordion>
</AccordionGroup>

## Summary

You've successfully learned how to:

<Check>
  Access and view Jeremy SOPs in the Utari knowledge base
</Check>

<Check>
  Activate specific SOPs for individual agents
</Check>

<Check>
  Use SOPs during agent conversations to generate informed responses
</Check>

<Check>
  Leverage SOP knowledge for content creation and task completion
</Check>

By following these steps, you can enable your agents to reference SOPs during tasks and generate responses based on your organization's established procedures and best practices.
