> For the complete documentation index, see [llms.txt](https://docs.formas.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.formas.cc/changelog/01-03-26.md).

# CHANGELOG-010326

* We are excited to announce that Formas has been completely rewritten from scratch. After months of dedicated development and optimization, the platform is now significantly faster, more stable, and built on a stronger foundation to support future improvements and scalability.
* Website characters are now fully restored. You can create and manage them directly from the **My Characters** section in the website sidebar, making character management more streamlined and centralized.
* Creation, updating, and deletion of Discord Server Characters and Discord DM Characters have officially been moved to the website. This change ensures better reliability, easier management, and a more consistent experience across all platforms.
* Discord Server Character and Discord DM commands have been renamed and optimized for clarity and performance. All users are strongly encouraged to refer to the updated documentation to understand the new command structure and usage.
* Going forward, all characters will use channel message history as context to provide clearer, more consistent, and less confusing responses. If you require single-user roleplay without interference from other members, we recommend creating a private thread or a separate channel.
* The Server Premium plan has been discontinued and replaced with a user-based Premium plan. Due to the significant and unpredictable rise in LLM infrastructure costs, server-based pricing became unsustainable. Moving to a user-based model allows us to better manage costs, maintain platform stability, and continue investing in performance improvements, new features, and long-term development of Formas.
* Character creation limits have been updated to allow up to 75 Discord DM characters per user, 75 Discord server characters per server, and 200 website characters per user. These limits are designed to support flexibility while ensuring optimal performance and system reliability for everyone.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.formas.cc/changelog/01-03-26.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
