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

# Publishing Agents

> Agent publishing settings and app execution

## What is Agent Publishing

When you publish an agent, other users can use that agent. Published agents can be run as "Agent Apps."

<Warning>
  Changing agent publishing settings requires workspace owner permissions.
</Warning>

## Publishing Settings

### Accessing Publishing Settings

<Steps>
  <Step title="Open Agent Details">
    Open the details screen for the agent you want to publish.
  </Step>

  <Step title="Open Settings Menu">
    Click the settings menu (⋮) at the top of the screen.
  </Step>

  <Step title="Select 'Publishing Settings'">
    Select "Publishing Settings" from the menu.
  </Step>
</Steps>

### Changing Published Status

| Status          | Description                                   |
| --------------- | --------------------------------------------- |
| **Unpublished** | Only accessible by creator and administrators |
| **Published**   | Accessible by all users                       |

<Steps>
  <Step title="Select Published Status">
    Select "Published" or "Unpublished" in the publishing settings dialog.
  </Step>

  <Step title="Click 'Save'">
    Save the settings.
  </Step>
</Steps>

## Notes Before Publishing

Before publishing an agent, please verify the following:

<AccordionGroup>
  <Accordion title="Connector Connection Status">
    Verify that the connectors being used are properly connected. If connections are broken, the agent will not function correctly.
  </Accordion>

  <Accordion title="Reference File Contents">
    Verify that reference files do not contain confidential information. In published agents, reference file contents influence AI responses.
  </Accordion>

  <Accordion title="Instruction Appropriateness">
    Verify through test execution that the instructions reflect the intended behavior.
  </Accordion>
</AccordionGroup>

## Agent App Execution Screen

Published agents can be used from the Agent App execution screen.

### Agent App Features

* **Simple Interface**: A screen specialized for agent usage
* **Instant Start**: Start chatting immediately after selecting an agent
* **No Setup Required**: Connector and file settings are pre-configured

### Using Agent Apps

<Steps>
  <Step title="Open Agent List">
    Select "Agents" from the side menu.
  </Step>

  <Step title="Select Published Agent">
    Click the published agent you want to use from the list.
  </Step>

  <Step title="Start Chatting">
    A chat screen with the agent's settings applied opens. Enter a question to start chatting.
  </Step>
</Steps>

## Searching Published Agents

Published agents can be searched in the agent list.

<Steps>
  <Step title="Enter Keywords in Search Box">
    Enter keywords contained in the agent name or description.
  </Step>

  <Step title="Filter (Optional)">
    Use the "Published" filter to display only published agents.
  </Step>
</Steps>

## Unpublishing Agents

You can revert a published agent back to unpublished status.

<Warning>
  Once unpublished, other users will no longer be able to use that agent.
</Warning>

<Steps>
  <Step title="Open Publishing Settings">
    Open publishing settings from the agent details screen.
  </Step>

  <Step title="Select 'Unpublished'">
    Change the published status to "Unpublished".
  </Step>

  <Step title="Save">
    Saving the settings will unpublish the agent.
  </Step>
</Steps>
