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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.poly.ai/feedback

```json
{
  "path": "/platform/simplified-mode",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# No code mode

> A streamlined view of the docs for non-technical Agent Studio users. Hides developer, API, and advanced content so you only see what matters for low-code and no-code work.

<img src="https://mintcdn.com/polyai/Qu880HppNqT19Eyr/images/home/front-page-graphic.png?fit=max&auto=format&n=Qu880HppNqT19Eyr&q=85&s=d6d69ba1166158f3f269001258fff640" alt="No code mode for Agent Studio users" style={{ display: 'block', margin: '0 auto', maxWidth: '900px', width: '100%' }} width="1440" height="240" data-path="images/home/front-page-graphic.png" />

## What no code mode does

No code mode is a streamlined view of the docs for non-technical Agent Studio users. It hides developer-only sections, API references, and advanced configuration so you only see what you need for day-to-day low-code and no-code work.

<CardGroup cols={2}>
  <Card title="Low-code / no-code focus" icon="sparkles">
    Hides the **Developer**, **API reference**, and **Advanced** tabs and any pages tagged as code-required.
  </Card>

  <Card title="Cleaner sidebar" icon="list-tree">
    Collapses sidebar groups like Tools, Secrets, Flows, and Variant management that require engineering knowledge.
  </Card>

  <Card title="Inline developer notes" icon="chevron-down">
    Where a page mixes UI and code, the developer details stay but are tucked behind an expandable accordion.
  </Card>

  <Card title="Persists across pages" icon="bookmark">
    Once you turn it on, no code mode stays on across pages and sessions until you click **Exit no code mode**.
  </Card>
</CardGroup>

## Turn no code mode on

<a href="#" id="simplified-mode-enter" className="simplified-mode-cta" role="button">
  <span className="simplified-mode-cta__icon">✦</span>
  <span className="simplified-mode-cta__label">Enter no code mode</span>
  <span className="simplified-mode-cta__sub">Takes you to the home page in no code view</span>
</a>

<div id="simplified-mode-status" className="simplified-mode-status" hidden>
  <p><strong>You're in no code mode.</strong> Click the button below (or the floating pill in the top-right corner of any page) to exit.</p>

  <a href="#" id="simplified-mode-exit" className="simplified-mode-cta simplified-mode-cta--exit" role="button">
    <span className="simplified-mode-cta__icon">✕</span>
    <span className="simplified-mode-cta__label">Exit no code mode</span>
  </a>
</div>

## How to exit

You can leave no code mode at any time in three ways:

* Click the **No code — exit** pill floating in the top-right corner of any docs page.
* Click any link to an advanced or developer page (for example, the **API reference** tab). No code mode turns itself off and takes you there in full-docs view.
* Come back to this page and click **Exit no code mode**.

## Who is this for?

<Tip>
  **Use no code mode if you are...**

  * Setting up or maintaining an agent entirely through Agent Studio.
  * Training on PolyAI as a non-engineer (operations, CX, product, analytics).
  * Looking for knowledge, voice, closures, or analytics docs without the code noise.
</Tip>

<Note>
  **Use full docs if you are...**

  * Writing Python tools or secrets.
  * Integrating through the ADK or REST APIs.
  * Configuring advanced flows, variant management, or custom telephony.
</Note>
