# Text Editor Logic & Limits

The text editor used for the Notice of Assignment supports basic formatting to help you structure legally compliant messaging on invoices.

It is intentionally limited to prevent styling conflicts in exported PDFs and invoice templates.

***

### Supported Formatting

| Feature              | Supported |
| -------------------- | --------- |
| Bold                 | ✅         |
| Italic               | ✅         |
| Hyperlinks           | ✅         |
| Bulleted Lists       | ✅         |
| Numbered Lists       | ✅         |
| Line Breaks          | ✅         |
| Font Color / Size    | ❌         |
| Tables               | ❌         |
| Attachments / Images | ❌         |

> 📎 Use links sparingly — they may not always render properly in printed invoices.

***

### Character Limit

* Maximum characters allowed: **10,000**
* If exceeded, the system will block saving and prompt for reduction
* This limit ensures invoice layout remains stable in both PDF and preview views

***

### Additional Notes

* Rich text is stored as HTML and cleaned to remove unsupported tags
* Invoices pull the raw content directly from your factoring company config
* Manual overrides on invoices are not supported — updates must be made here

***

<figure><img src="/files/1uutqEqXDx4pOTXmyOgq" alt=""><figcaption><p><em>Figure: Rich text editor used to write the Notice of Assignment.</em></p></figcaption></figure>


---

# 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://rute.gitbook.io/carrier/company/settings/factoring-company/text-editor-logic-and-limits.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.
