# Structural Elements

The Internet Object format includes several structural characters, literals, and other special characters that are used to structure and delimit data within a document. These characters are used in conjunction with objects, strings, arrays, numbers, and whitespace to create complex and flexible data structures.

## Categories

* [**Structural Characters**](/the-structure/structural-elements/structural-characters-n-keywords.md) - Core syntax characters that define data organization
* [**Literals**](/the-structure/structural-elements/literals.md) - Predefined constant values (booleans, null, special numbers)
* [**Other Special Characters**](/the-structure/structural-elements/other-special-characters.md) - Functional modifiers for variables, schemas, and values
* [**Whitespaces**](/the-structure/structural-elements/whitespaces.md) - Comprehensive Unicode whitespace character support

## See Also

* [**Values**](/the-structure/values.md) - Data types and value representation
* [**Comments**](/the-structure/comments.md) - Comment syntax and usage
* [**Encoding**](/the-structure/encoding.md) - Character encoding and Unicode support


---

# 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.internetobject.org/the-structure/structural-elements.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.
