> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/zarzadzanie-elementami-aplikacji/zmiana-nazwy-elementu.md).

# Renaming an item

### Renaming the request template

The request template, as the only artifact in the repository, can be renamed. The change can be made while on the request list (module **Library**, tab **Forms**) and in the context menu of the given artifact choose the option **Rename**. In the displayed dialog, we set the new name, and then confirm it by clicking the button **Rename** (information about the possible name in: [*Saving together with publishing the element*](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/zarzadzanie-elementami-aplikacji/zapis-wraz-z-publikacja-elementu.md)).

<figure><img src="/files/e35aa79cab66d00a54f9c4c87949db93a263da78" alt=""><figcaption><p align="center"><em><strong>Figure 1.</strong> Form rename window</em></p></figcaption></figure>

{% hint style="info" %}
Renaming is possible only in the case of a form. You cannot rename the entire application.
{% endhint %}

{% hint style="info" %}
You should remember the good practices of naming conventions. For a form, the format is `prefixName` e.g. `kontoJuniorForm` (more in: [Naming conventions for application elements](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/konwencje-nazewnicze-elementow-aplikacji.md)).
{% endhint %}

***

Renaming the request template is not possible if locks have been set on the template (more in: [*Saving together with publishing the element*](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/zarzadzanie-elementami-aplikacji/zapis-wraz-z-publikacja-elementu.md)). There also cannot be a template in the repository with the same name as the newly entered one.

If the specified conditions are not met — lack of uniqueness of the entered name (more in: [*Saving together with publishing the element*](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/zarzadzanie-elementami-aplikacji/zapis-wraz-z-publikacja-elementu.md)) or the presence of locks on the template — an error message will be displayed.

<figure><img src="/files/3382e3c0328f0ea1a7a69ac5eb0fb04e63ea1139" alt=""><figcaption><p align="center"><em><strong>Figure 2.</strong> Error message when attempting to rename the request</em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/zarzadzanie-elementami-aplikacji/zmiana-nazwy-elementu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
