> For the complete documentation index, see [llms.txt](https://napoveda.click4survey.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://napoveda.click4survey.cz/dalsi-vychytavky/hromadna-editace.md).

# Hromadná editace

Hromadná editace umožňuje urychlit zadání či modifikaci velkého počtu odpovědí či řádků baterie. Funkci můžete aktivovat kliknutím na tlačítko<img src="/files/-MHzrKsMzK6Op0C-tqE_" alt="" data-size="line">. Ve formuláři pro editaci pak máte k dispozici jednotlivé položky.

![Hromadná editace odpovědí](/files/-MJcBpzFeAdo1OYtHJ47)

V textovém poli formuláře můžete editovat odpovědi otázky. Na každém řádku je jedna odpověď otázky. Každá odpověď je složena ze dvou částí oddělených znakem `|`. text vlevo udává *text odpovědi*, text vpravo pak *hodnotu* odpovědi, která se používá pro identifikaci odpovědi otázky.

{% hint style="danger" %}
**DŮLEŽITÉ UPOZORNĚNÍ!**\
Nikdy neměňte hodnoty odpovědí u otázek, pro které již existují vyplněné dotazníky s odpověďmi respondentů. Došlo by k chybnému spárování hodnot odpovědí s textovými významy odpovědí. Zpracování výsledů průzkumu by pak již nemuselo být možné!
{% endhint %}


---

# 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://napoveda.click4survey.cz/dalsi-vychytavky/hromadna-editace.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.
