> For the complete documentation index, see [llms.txt](https://pointbleep.gitbook.io/speechr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pointbleep.gitbook.io/speechr/wip/wip-and-coming-soon-features.md).

# WIP and Coming soon features

### ITEMS (TODO):

Same functionality as quests, except that it wont have properties or conditions:\
&#x20;Example usage:

```
[Computer] uniqueName: computer_01 ram: 4gb daysUsed: 300 repaired: true
```

### TODOs (TODO):

This will be a simple Kanban board to add tasks and complete them. Not intended to replace popular tools like trello, but to provide a quick way to add to-does.

### KEYRING (TODO):

This section will have a tree structure (much like quests) where you will be able to mass import licence keys for services (steam, itch.io, etc) and then you will be able to assign it to users and mark them as used. Keys should be encrypted.

### OPTIONS

Settings regarding the local client installation:

### RESEARCHING:

* How to handle localization.
* In app variables: ability to reference other modules objects, and should be translated when exporting: for example:\
  &#x20;`::Narrator::{actors.roy.firstName} is {actors.roy.age} years old!`\
  &#x20;`<Animate({items.computer.uniqueName},TurnOn)>`\
  &#x20;`::Roy::In order to advance I need to {quests.unlockDoor.description} before!`
* Possibility to convert it into a team based app. It Will need a mongo database but the current db should be compatible…
* Locations map?


---

# 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://pointbleep.gitbook.io/speechr/wip/wip-and-coming-soon-features.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.
