# Aliases

The Aliases tab allows us to define aliases that will be used to compose rules based on answers.

We can create aliases one by one by clicking on the "Add alias" button or automatically create all aliases at once by clicking on the "Import aliases" button.

![](/files/Ps7lr7PGpCBv2sQlLzOR)

For example, if we had 2 questions with 2 answers each,  we would create those aliases by clicking on the more convenient "Import aliases" button:

![](/files/-MA_Fi_IDzoXq-ZGxYVe)

We see that 4 aliases have been created, one per existing answer. Also, alias names have been created automatically:  memory, bones, eggs, and milk. Those names will be used in the rules, so if you need to change them simply click and edit them:

![](/files/-MA_GHFj9OUNBvf_hY8P)


---

# 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://help.pickzen.com/guides/nocode/builder/aliases.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.
