> 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/budowanie-aplikacji/logika-biznesowa/scriptcode/walidatory-skryptowe-validationscript/edytor-walidatorow-skryptowych.md).

# Edytor walidatorów skryptowych

## Informacje wstępne <a href="#edytorwalidatorowskryptowych-informacjewstepne" id="edytorwalidatorowskryptowych-informacjewstepne"></a>

Aby utworzyć nowy lub edytować istniejący walidator skryptowy, należy przejść do modułu **Biblioteka** i wybrać zakładkę **Walidatory skryptowe.** Zostanie zaprezentowana lista dostępnych walidatorów. Z tego widoku można utworzyć nowy walidator, przejrzeć historię wersji walidatora, utworzyć kopię lub edytować istniejący artefakt.

<figure><img src="/files/i6EwntKRim9eEKq8qCgS" alt=""><figcaption><p><em><strong>Ilustracja 1.</strong> Okno z listą walidatorów skryptowych</em></p></figcaption></figure>

## Edycja walidatora <a href="#edytorwalidatorowskryptowych-edycjawalidatora" id="edytorwalidatorowskryptowych-edycjawalidatora"></a>

Edycja tego typu skryptów bazuje na edycji serwisów skryptowych (więcej w [Edytor skryptów](/budowanie-aplikacji/logika-biznesowa/scriptcode/skrypty-scriptservice/edytor-skryptow.md)) i niewiele się od nich różni. Użyty do tworzenia walidatorów edytor Monaco oferuje bogaty zestaw skrótów klawiszowych znacznie wspomagających pracę (więcej w [Edytor skryptów](/budowanie-aplikacji/logika-biznesowa/scriptcode/skrypty-scriptservice/edytor-skryptow.md)).

<figure><img src="/files/0017qwNV55xD1Q60kQVs" alt=""><figcaption><p><em><strong>Ilustracja</strong></em> <em><strong>2</strong></em><strong>.</strong> <em>Edycja walidatora skryptowego</em></p></figcaption></figure>

## Testy <a href="#edytorwalidatorowskryptowych-testy" id="edytorwalidatorowskryptowych-testy"></a>

Edytor umożliwia zdefiniowanie [scenariuszy testowych](/budowanie-aplikacji/logika-biznesowa/scriptcode/testy-jednostkowe-skryptow.md).


---

# 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/budowanie-aplikacji/logika-biznesowa/scriptcode/walidatory-skryptowe-validationscript/edytor-walidatorow-skryptowych.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.
