# Slice Variable

* **Tên biến**\
  Tên của biến
* **Chỉ số bắt đầu**\
  Chỉ số bắt đầu từ số không để bắt đầu trích xuất. Nếu chỉ số bắt đầu là số âm, Automa sẽ bắt đầu trích xuất từ ​​cuối giá trị.
* **Chỉ mục kết thúc**\
  Chỉ mục của phần tử đầu tiên cần loại trừ.

**Ví dụ**

<table data-header-hidden><thead><tr><th width="181"></th><th width="158"></th><th width="155"></th><th></th></tr></thead><tbody><tr><td>Đầu vào</td><td>Bắt đầu chỉ mục</td><td>Mục lục kết thúc</td><td>Đầu ra</td></tr><tr><td><mark style="color:blue;"><code>Hello world</code></mark></td><td>0</td><td>5</td><td><mark style="color:blue;"><code>Hello</code></mark></td></tr><tr><td><mark style="color:blue;"><code>Lorem ipsum</code></mark></td><td>6</td><td></td><td><mark style="color:blue;"><code>ipsum</code></mark></td></tr><tr><td><mark style="color:blue;"><code>Foo bar</code></mark></td><td>-3</td><td></td><td><mark style="color:blue;"><code>bar</code></mark></td></tr><tr><td><mark style="color:blue;"><code>[1, 2, 3, 4]</code></mark></td><td>0</td><td>2</td><td><mark style="color:blue;"><code>[1, 2]</code></mark></td></tr><tr><td><mark style="color:blue;"><code>[1, 2, 3, 4]</code></mark></td><td>-2</td><td></td><td><mark style="color:blue;"><code>[3, 4]</code></mark></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://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/data/slice-variable.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.
