# Iframe Emulator Settings

Once you have set up the iframe, you now have even more control over what your end-users see and experience.&#x20;

### Control What Your Users Can Change On The Bot

Navigate to your [Organization Tab > IFrame](https://beta.capriai.us/home/organization?show=iframe), and select the "Visibility" tab.

<figure><img src="/files/ApiEykgwoPwOLUr2j3bJ" alt=""><figcaption></figcaption></figure>

By default, we will only enable the permissions for knowledge sources and the playground. Based on your relationship with your users, you can choose to enable or disable any of the features you want to show!

### Let Your Users Build From A Template

If you're planning on allowing your users to create their own chatbots, you can also set a template for them to start from so they can get started even quicker.

<figure><img src="/files/aBU9shWlXl7up65MMp3o" alt=""><figcaption></figcaption></figure>

A Template consists of a prompt as well as variables that should be filled out by the end-user to modify the prompt to be specific to their business.&#x20;

<figure><img src="/files/NWuRrjBJffpyt9bUujeE" alt=""><figcaption></figcaption></figure>

Once you have set these templates and saved them, your users will be able to create an agent on their own using the template you provided!

<figure><img src="/files/gFUnC8Mx2ORA91qmGOrv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xNTC9yxdI8sbHWiD9f0I" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.capriai.us/capri-portal/using-the-emulator/iframe-emulator-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
