# Navigating The UI

Master the Vector interface. This documentation covers the fundamental workflow of our scripting environment, from initial UI orientation to script execution.

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

To get started simply press **Create Script** in the script editor

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

Once your script is made, you can see we have many options

* Execute Script
* Load Script
* Unload Script
* New Script
* Refresh Script List
* Open Folder

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

We can also right click to open the context menu to show more options

<figure><img src="/files/S6TavviTFvP4tMuWLXRe" 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://project-vector-1.gitbook.io/vector-lua-engine/introduction/navigating-the-ui.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.
