> For the complete documentation index, see [llms.txt](https://gitbook.audora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.audora.ai/important/quickstart/updates/03-03-development-update.md).

# 03/03 Development Update

## **Platform & App Development Updates**

### **App Performance & Stability Enhancements**

The **DORA AI app** continues to improve with major **stability fixes and optimizations**.

* Most major issues, including crash-related bugs, have been fixed and delivered.
* Faster AI responses and a seamless booking experience with the optimized version launching this week.

### **New Trip Planning Flow & Infrastructure Scaling**

We are **redesigning the DORA AI travel planner** to make trip planning more intuitive and user-friendly.

* Scaling infrastructure to support future external integrations and advanced AI capabilities.
* Major database improvements:
  * Prioritizing frequently used data for faster access and reduced delays.
  * Optimizing backend processes to significantly improve app speed and performance.

### **AI & System Migrations**

We are implementing key upgrades to enhance AI intelligence and scalability:

* Migrated from Bubble.io to Firebase for a more robust and scalable backend.
* Upgraded to Claude 3.5 Sonnet, improving AI-driven travel recommendations.
* Integrated multimodal LLM support for better AI optimization and responsiveness.
* A/B testing mechanisms implemented to refine features and improve user experience.

***

## **Web3 Expansion – Staking & Token-Gated Features in Development**

We are expanding **$DORA token utility** with new Web3 integrations:

* Exploring **staking mechanisms** to reward long-term holders.
* Developing **token-gated features** to provide exclusive access to premium services.
* Strengthening Web3 strategy with **Gianti leading growth initiatives**, with additional team members joining soon.

***

## **Next Steps & Roadmap**

✅ Finalizing the **new account management system** and personalized user profiles.\
✅ Improving **trip recommendations with an adaptive ranking model**.\
✅ Expanding marketplace integrations to increase global coverage.\
✅ Advancing **Web3 initiatives, including staking and gated access features**.

DORA AI is continuously evolving, bridging the gap between AI-powered travel and Web3 innovation. More updates coming soon.


---

# 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://gitbook.audora.ai/important/quickstart/updates/03-03-development-update.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.
