> For the complete documentation index, see [llms.txt](https://help.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clause9.com/misc/typing-special-symbols-on-your-keyboard.md).

# Typing special symbols on your keyboard

Legal experts seldomly need to write special symbols — such as `{ } ~ §` and `|` — in regular legal documents. In Clause9 and ClauseBuddy, however, these symbols are used to insert conditions and datafields.

## If you are using a Windows pc

### Azerty keyboard

See a graphical layout of your keyboard on [keyshorts.com](https://keyshorts.com/blogs/blog/44712961-how-to-identify-laptop-keyboard-localization#belgian)

| `{ }` | Alt‑Gr 9 and 0                |
| ----- | ----------------------------- |
| `[ ]` | Alt‑Gr ¨ and \*               |
| `~`   | Alt‑Gr +                      |
| `\|`  | Alt‑Gr 1                      |
| `§`   | No special combination needed |

### Qwerty keyboard

See a graphical layout of your keyboard on [keyshorts.com](https://keyshorts.com/blogs/blog/44712961-how-to-identify-laptop-keyboard-localization#dutch)

| `{ }` | Shift \[ and Shift ]          |
| ----- | ----------------------------- |
| `[ ]` | No special combination needed |
| `~`   | Shift \`                      |
| `\|`  | Shift \\                      |

## If you are using a Mac

### Azerty keyboard

| `{ }` | ⌥ 5 and ⌥ )     |
| ----- | --------------- |
| `[ ]` | ⌥ ⇧ 5 and ⌥ ⇧ ) |
| `~`   | ⌥ N             |
| `\|`  | ⌥ ⇧ L           |

### Qwerty keyboard

| `{ }` | ⇧ \[ and ⇧ ] |
| ----- | ------------ |
| `~`   | ⌥ N          |
| `\|`  | ⇧ \\         |
| `§`   | ⌥ 6          |


---

# 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://help.clause9.com/misc/typing-special-symbols-on-your-keyboard.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.
