# Parameters Setup

Individual classification codes of the CCI system are **written into the parameters**. Each facet is written to a selected parameter, for a total of five parameters. If new parameters are created, a shared parameter file must be defined. This is a standard text file with the definition of shared parameters.

<figure><img src="/files/keKvWGOgO9IiJEgRpha5" alt=""><figcaption><p>Written parameters settings</p></figcaption></figure>

* To enable writing to selected parameter, checkbox must be checked
* *Use exiting* allows writing classes to an existing parameter
* *Create new* enables creating a new parameter, which is selected from the shared parameter file
* For a new parameter, you must specify the parameter group
* For a new parameter, you must specify whether it is a type or instance parameter
* Each parameter automatically lists the node identifier  in angle brackets, according to the facet. The user has the option of separating the code and description by prefixes, suffixes, and separators according.

<figure><img src="/files/ujGvEGskS3IUGudAiDZ5" alt=""><figcaption><p>Example of written string (Component facet)</p></figcaption></figure>

{% hint style="info" %}
The Construction *Entities* and *Built Spaces* facets cannot be written to type parameters.
{% endhint %}

{% hint style="info" %}
The separator is only displayed if a prefix or suffix is also set.
{% endhint %}

{% hint style="info" %}
The application uses only the parameter name for writing and checking parameters. The GUID of the parameter is not taken into account.
{% endhint %}


---

# 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.arkance-systems.com/class-feeder/eng/manual/setup/parameters.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.
