> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-705.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

> Main menu with global configuration for your bot.

The <Icon icon="house" /> **Home** page is Botpress Studio's main menu. It displays general information about your bot and allows you to configure some global settings.

Most of the options on the **Home** page are shortcuts to configure your main Workflow's [Autonomous Node](/studio/concepts/nodes/autonomous-node). If you don't use an Autonomous Node, you can still configure your bot's [communication channels](#communication-channels) or view a [detailed analysis of your bot's conversations](#conversation-analysis).

## Instructions

<Note>
  The **Instructions** field is only available if you have an [Autonomous Node](/studio/concepts/nodes/autonomous-node) in your bot's main Workflow.
</Note>

You can define a global prompt for your bot in the **Instructions** field. This prompt influences how the bot interprets and responds to user input by giving it a specific context or role to operate within:

<Frame>
  <img alt="Instructions" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/home-instructions.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=eb27932c31f58e2c171e8c99a0c6ff8a" width="1444" height="422" data-path="studio/concepts/assets/home-instructions.png" />

  <img alt="Instructions" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/home-instructions-dark.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=67154763193037a7d83364e61ae26340" width="1444" height="422" data-path="studio/concepts/assets/home-instructions-dark.png" />
</Frame>

The **Instructions** field directly maps to the **Instructions** for your main Workflow's Autonomous Node. When you update one, the other will also update:

<Frame>
  <img alt="Instructions for Autonomous Node" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/b7UTf6Z3o4Ynfrz3/studio/concepts/assets/node-instructions.png?fit=max&auto=format&n=b7UTf6Z3o4Ynfrz3&q=85&s=d67f506b3f1d7e8e3143a6db7b11d487" width="1446" height="678" data-path="studio/concepts/assets/node-instructions.png" />

  <img alt="Instructions for Autonomous Node" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/b7UTf6Z3o4Ynfrz3/studio/concepts/assets/node-instructions-dark.png?fit=max&auto=format&n=b7UTf6Z3o4Ynfrz3&q=85&s=b8dae12e27c2635f3d794699ab572bb9" width="1446" height="678" data-path="studio/concepts/assets/node-instructions-dark.png" />
</Frame>

## Knowledge Bases

<Note>
  The **Knowledge Base** section is only available if you have an [Autonomous Node](/studio/concepts/nodes/autonomous-node) in your bot's main Workflow.
</Note>

You can add [Knowledge Bases](/studio/concepts/knowledge-base/) to give your bot sources it can reference when answering questions:

<Frame>
  <img alt="Knowledge Bases" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/knowledge-base.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=dcf7f3be43b6cd5026cb2510e6fe4f24" width="1444" height="922" data-path="studio/concepts/assets/knowledge-base.png" />

  <img alt="Knowledge Bases" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/knowledge-base-dark.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=8d60812bf1f5a29db77937d144095ae6" width="1444" height="922" data-path="studio/concepts/assets/knowledge-base-dark.png" />
</Frame>

These sources can include documents, websites, tables, and other forms of structured (or unstructured) data. When you add Knowledge Bases, this section will display a summary of them.

## Tools

<Note>
  The **Tools** section is only available if you have an [Autonomous Node](/studio/concepts/nodes/autonomous-node) in your bot's main Workflow.
</Note>

You can use the **Tools** section to quickly add resources and actions your bot can use:

<Frame>
  <img alt="Tools" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/b7UTf6Z3o4Ynfrz3/studio/concepts/assets/tools.png?fit=max&auto=format&n=b7UTf6Z3o4Ynfrz3&q=85&s=8e0a06ecaadb826b67b9e0d33cddaf65" width="1444" height="294" data-path="studio/concepts/assets/tools.png" />

  <img alt="Tools" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/b7UTf6Z3o4Ynfrz3/studio/concepts/assets/tools-dark.png?fit=max&auto=format&n=b7UTf6Z3o4Ynfrz3&q=85&s=e30577ec020cb4516c71b86b5ecb9840" width="1444" height="294" data-path="studio/concepts/assets/tools-dark.png" />
</Frame>

The **Tools** section directly maps to the Cards in your main Workflow's Autonomous Node. When you update one, the other will also update:

<Frame>
  <img alt="Autonomous Node Cards" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/b7UTf6Z3o4Ynfrz3/studio/concepts/assets/node-cards.png?fit=max&auto=format&n=b7UTf6Z3o4Ynfrz3&q=85&s=13f09ebb7ea46da71092ef2eed0ef8dd" width="1446" height="782" data-path="studio/concepts/assets/node-cards.png" />

  <img alt="Autonomous Node Cards" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/node-cards-dark.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=66388890f143b51935e4b8375d6ca9d9" width="1446" height="782" data-path="studio/concepts/assets/node-cards-dark.png" />
</Frame>

## Communication Channels

<Tip>
  For detailed guides on setting up different channels, check out the [Integrations documentation](/integrations/).
</Tip>

You can deploy your bot in different channels  the **Communication Channels** section:

<Frame>
  <img alt="Communication Channels" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/comm-channels.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=1ce3d1016d05c29fb31449855a4a035d" width="1444" height="628" data-path="studio/concepts/assets/comm-channels.png" />

  <img alt="Communication Channels" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/comm-channels-dark.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=8abab85e94462df4340beb001d0a3ddb" width="1444" height="628" data-path="studio/concepts/assets/comm-channels-dark.png" />
</Frame>

## Conversation analysis

You can view a summary of your bot's conversations in the **Conversation Analysis** section. This includes sentiment analysis, summaries of conversation topics, and insights into whether users' questions were resolved.

## Learning Experiences

<Note>
  The **Learning Experiences** section is only available if you have an [Autonomous Node](/studio/concepts/nodes/autonomous-node) in your bot's main Workflow.
</Note>

You can provide feedback on your bot's responses in the [Emulator](/studio/concepts/emulator). Then, you can view a summary of your feedback in the **Learning Experiences** section:

<Frame>
  <img alt="Learning experiences" className="block dark:hidden" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/learning-experiences.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=b7ce022ec81d121e4a505a56c90ea70c" width="1446" height="304" data-path="studio/concepts/assets/learning-experiences.png" />

  <img alt="Learning experiences" className="hidden dark:block" src="https://mintcdn.com/botpress-charmenta-pr-705/cx1bm_xfOPQzJI0P/studio/concepts/assets/learning-experiences-dark.png?fit=max&auto=format&n=cx1bm_xfOPQzJI0P&q=85&s=cffc95ef5159875411f98387725f9b92" width="1446" height="304" data-path="studio/concepts/assets/learning-experiences-dark.png" />
</Frame>
