# Left Panel

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

| Areas            | Description                                                                                                                                                                                              |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Layers Panel     | The layers panel shows you a list of all objects added to your canvas. The layers panel uses a parent-child relationship to organize your objects which means a change in the parent object would affect |
| File Manager     | The File Manager window shows all of the files in your project and is the main way you can navigate, search and also find imported assets.                                                               |
| Project Settings | The page settings provides you with options to help customize your project name, descriptions and so much more.                                                                                          |
| Video Tutorials  | Quickly access how to use videos on different components directly in the Editor.                                                                                                                         |


---

# 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://guide.swiftxr.io/navigate-the-interface/left-panel.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.
