# Czym są zmienne?

{% hint style="success" %}
Teraz zdradzimy ci **sekret**. Nie musisz być programistą, żeby czarować. :man\_mage::woman\_technologist:
{% endhint %}

Wkrótce zdradzimy kilka sztuczek. Ale najpierw musimy wyjaśnić kilka podstawowych terminów.

### Możesz oczekiwać, że Voicebot zapamięta Twoje imię i nazwisko lub inne dane, o których mówisz podczas rozmowy

Jak to jest możliwe? Dzięki **zmiennym**.

Mamy dwa rodzaje zmiennych:

* **Zmienne globalne**
* **Argumenty**

Voicebot InteliWISE zapamiętuje **Zmienne Globalne** przez cały czas trwania rozmowy. W przypadku **Argumentów** ma krótką pamięć. Można je przekazywać tylko z jednego bloku do drugiego, a potem się o nich zapomina.

Przykładowe zmienne globalne:

* `globals.first_name`– przechowuje imię
* `globals.date` – przechowuje datę użytą w rozmowie


---

# 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://pomoc.inteliwise.com/krotki-przewodnik-po-tworzeniu-voicebota/jak-stworzyc-voicebota/czym-sa-zmienne.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.
