# Text Information

![](/files/-MQvbWy1jHuRrnQLxnEn)

The one feature that can be configured for Text Information is the unit of measure, and how many characters one of those units contain. The default value for this configuration is `"inches"` as unit, and `10` as characters per unit.

These values are arbitrary and could be configured for example as unit: `"millimeter"`, and `12` as character. Which values to use depend on the customer's preference.

Configuration for this is located in the writer-client configuration file.

**Text information configuration shown in context.**

```javascript
{
    "textInformation": {
        "charactersPerUnit": 10,
        "unit": "inches"
    },
    "plugins": ...
}
```


---

# 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://docs.navigaglobal.com/writer/admin-guide/configurations-guide/text-information.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.
