> For the complete documentation index, see [llms.txt](https://docs.dataclearinghouse.org/dch-2.0-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataclearinghouse.org/dch-2.0-documentation/si-docs/dch-onboarding-timeseries-data/special-character-conversions.md).

# Special Character Conversions

Special characters are converted to ASCII Hex values corresponding to the special character, for example if the point or parent folder have & in the name this will translate to \_26\_ in the data stream name.  A parent folder B127Mech125&126&127 will translate to B127Mech125\_26\_126\_26\_127.  Similar substitutions will occur for:

space ! “ # $ % & ‘ ( ) \* + , - . / \_ \` ^ \~ { } | \\

This is so that the identifier can be used in URLs safely without percent encoding.&#x20;

The user can decode our changes using a by hand or automatic process to find the name of the point or subtopic that they sent in the first place.


---

# 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:

```
GET https://docs.dataclearinghouse.org/dch-2.0-documentation/si-docs/dch-onboarding-timeseries-data/special-character-conversions.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.
