> For the complete documentation index, see [llms.txt](https://help.arkance-systems.com/bim-feeder-for-revit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.arkance-systems.com/bim-feeder-for-revit/manual/sprava-standardu.md).

# Správa standardů

Správa standardů umožňuje uživateli datové standardy kopírovat, nastavovat a vytvářet nové.&#x20;

{% embed url="<https://youtu.be/2Qs-g0sewCo>" %}
Ukázka práce se Standard managerem - v Civil 3D je obsluha totožná jako v Revitu
{% endembed %}

Součástí instalace BIM Feederu je několik standardů, které uživatel nemůže mazat ani upravovat jejich nastavení. Jedná se o tyto standardy:

* Silniční standard V5 SFDI
* Železniční standard V5 SFDI
* Silniční standard SFDI (starší verze V4)
* Železniční standard SFDI (starší verze V4)
* English standard (ukázka jednoduchého standardu v anglickém jazyce)

<figure><img src="/files/nyx8CrpyYFCcLIpDgloU" alt=""><figcaption><p>Dialog Správa standardů</p></figcaption></figure>

Tlačítkem *Nový* uživatel vytváří nový standard. Tlačítkem *Kopírovat* je možné vytvořit nový standard jako kopii existujícího.

{% hint style="info" %}
Vestavěné standardy, které jsou součástí instalace BIM Feederu, nemůže uživatel měnit a to jak jméno, tak ani samotné nastavení standardu. Je možné měnit pouze samotnou xls tabulku s definicí standardu. Doporučujeme nicméně tabulky nejdříve zkopírovat a vytvořit nový uživatelský standard.
{% endhint %}

V pravé části dialogu je pole s názvem standardu, který je možné u uživatelských standardů měnit.

Další pole určuje xls tabulku s definicí datového standardu. Pro správné fungování BIM Feederu musí tabulka splňovat doporučené formátování.

Pod tímto polem je nastaveno na záložkách *Skupiny vlastností*, *Výčtové hodnoty* a *Typy entit,* které datové sloupce BIM Feeder ze zdrojového souboru načítá. Měnit tyto hodnoty je možné pouze u uživatelsky definovaných standardů.

{% hint style="info" %}
Výchozí definiční tabulky xls datových standardů využívaných v BIM Feederu for Revit jsou umístěny na adrese:

*C:\ProgramData\Autodesk\ApplicationPlugins\BIMFeeder.bundle\Contents*
{% endhint %}

{% embed url="<https://youtu.be/kwTWK-dxkOQ>" %}
Video s ukázkou struktury datových standardů SFDI v definiční tabulce xls
{% endembed %}


---

# 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://help.arkance-systems.com/bim-feeder-for-revit/manual/sprava-standardu.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.
