> For the complete documentation index, see [llms.txt](https://docs.suble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suble.io/roadmap.md).

# Roadmap

{% content-ref url="/pages/-McAgGPVWegMEck-fqkm" %}
[Changelog](/changelog/19-06-2022.md)
{% endcontent-ref %}

## Status Code

Use more http status codes to identify errors etc.

## Error codes

Numbered error codes along with the error messages, this will make it easier for api's to identify the specific error.

## Additional Networks

Create additional private networks that can be used instead or along with the default project network.

## Firewall

Creating firewall rules to manage networking.

## Event Websocket

Eventbus powered by websocket technology, this would allow users to listen for events like VM power on etc


---

# 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://docs.suble.io/roadmap.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.
