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

# Roadmap & Links

## What is the team working on?

Despite being a small team, we're incredibly agile and committed to delivering a steady stream of fresh and exciting features to our users. We operate on a fortnightly release cycle for substantial feature updates, ensuring that Webstudio is always evolving and improving.

Transparency is one of our core values, and we believe in sharing our development journey with our community. Follow along with the design, development, marketing, and operations behind the scenes at Webstudio.

{% embed url="<https://wstd.us/roadmap>" %}
Roadmap at <https://wstd.us/roadmap>
{% endembed %}

Here you will find real-time updates and can see exactly what our team is working on, how far we've come, and what's coming up next. This open-door approach is part of our commitment to building a product that is as much a vision of our community as it is of our team.

### **Other Important Links:**

* **Website:** [Webstudio](https://webstudio.is/)
* **Discord:** [Join our community](https://wstd.us/community)
* **GitHub:** [Webstudio Repository](https://github.com/webstudio-is/webstudio-community/discussions)
* **Product Hunt:** [Webstudio on Product Hunt](https://www.producthunt.com/products/webstudio)

### Social Media

* **YouTube:** [Subscribe on YouTube](https://www.youtube.com/@getwebstudio?sub_confirmation=1)
* **Twitter:** [Follow us on Twitter](https://twitter.com/getwebstudio)
* **LinkedIn:** [Connect on LinkedIn](https://www.linkedin.com/company/webstudio-inc/)

## Related

* [Webstudio Blog](https://webstudio.is/blog) – Read the latest news and tutorials
* [Intro](/basics/intro.md) – Learn what Webstudio is and who it's for
* [FAQs](/basics/faq.md) – Common questions and answers about Webstudio
* [Contributing for Designers](/contributing/contributing-for-designers.md) – Ways designers can contribute to Webstudio
* [Contributing for Developers](/contributing/contributing-for-developers.md) – How to contribute code to Webstudio


---

# 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.webstudio.is/basics/roadmap-and-links.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.
