# Sherpa Autopilot Main Interface

After user authorization, the Sherpa Autopilot main interface opens, consisting of the following areas:

1. The "Getting Started in Sherpa Autopilot" panel (central area of the screen).
2. Task input bar.
3. Left panel.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-52402eea771dbe94aa5efeff44585f7f18e4bd15%2Funknown.png?alt=media" alt=""><figcaption></figcaption></figure>

The Sherpa Autopilot main screen is designed for getting started with the AI assistant and selecting a typical task execution scenario.

The central part of the window displays a greeting and a hint suggesting either entering a custom task or selecting one of the ready-made example commands.

At the bottom of the window is the task input bar with the prompt "Assign me a task". Nearby are buttons for attaching a file and sending a message, allowing the user to formulate a request and direct Sherpa Autopilot.

On the left is a vertical navigation panel with application section icons. It provides access to the main interface functions, including settings, chat, scenario launch, adding items, help, sign out, and user profile.

<table data-header-hidden><thead><tr><th width="54"></th><th width="220"></th><th></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>1.</td><td>"Getting Started in Sherpa Autopilot" panel</td><td><p>Contains a greeting:</p><p><em>"Give your AI assistant an assignment or choose a command from the examples"</em></p><p>and buttons that, when clicked, launch one of the ready-made commands.</p></td></tr><tr><td>2.</td><td>Task input bar</td><td>Allows selecting directories accessible to the Assistants. Defines the data areas available for analysis in dialogues.</td></tr><tr><td>2.1.</td><td>"Assign me a task" field</td><td>Text field for manually entering the user's task.</td></tr><tr><td>2.2.</td><td>"Attach file" button</td><td>Allows passing documents, images, and other materials to the input request that may be used when executing the task.</td></tr><tr><td>2.3.</td><td>"Send" button</td><td>Initiates the transmission of the entered text or attached data to Sherpa Autopilot. After clicking, the request is sent to the system for processing by the AI assistant.</td></tr><tr><td>3.</td><td>Left panel</td><td>Vertical navigation panel.</td></tr><tr><td>3.1.</td><td>"sherparpa.ru website" button</td><td>Opens the official Sherpa RPA website. Used to navigate to an external resource with information about the product, company, and related materials.</td></tr><tr><td>3.2.</td><td>"New chat" button</td><td>Creates a new chat and clears the current conversation context. Allows starting a separate dialogue on a new task.</td></tr><tr><td>3.3.</td><td>"My chats" button</td><td>Opens the list of previously created user chats. Allows returning to saved dialogues and continuing work on already started tasks.</td></tr><tr><td>3.4.</td><td>"Skill list" button</td><td>Displays the list of available Skills that can be used in Sherpa Autopilot. The user can browse the available scenarios and select the one needed to complete a task.</td></tr><tr><td>3.5.</td><td>"Skill marketplace" button</td><td>Opens the Skills marketplace, where additional ready-made solutions are available.</td></tr><tr><td>3.6.</td><td>"Help" button</td><td>Opens the help section for working with Sherpa Autopilot.</td></tr><tr><td>3.7.</td><td>"Sign out" button</td><td>Ends the current user session in the system. After clicking, the user is signed out and returned to the Sherpa Autopilot start screen.</td></tr><tr><td>3.8.</td><td>"Profile" button</td><td>Opens the "Account Settings" screen.</td></tr></tbody></table>


---

# 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://docs.sherparpa.ru/en/sherpa-ai/sherpa-autopilot/rabota-sherpa-autopilot/glavnyi-interfeis-sherpa-autopilot.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.
