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

# Welcome to WebDB Documentation

## Presentation

WebDB is a free database IDE with a main focus on efficiency

IDE means it embed all tools need to develop databases: data viewer, query editor, data generator and many other useful features\
\
I try to make the most efficient software possible by implementing essentials features with the simplest usage possible

It support many SQL DBMS like many other tool but it's the first one to present NoSQL as a semi-structured database. See [here](https://docs.webdb.app/nosql-structure-inferring)

You can find source code on [Github](https://github.com/WebDB-App/app). This documentation is also open source and I will be very grateful if you want to participate

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/m8CfknKGZWAJHMDHxLpr" %}
[Installation](/installation.md)
{% endcontent-ref %}

{% content-ref url="/pages/f6rMW4jjD0BMmyRc0Y9y" %}
[DBMS Discovery](/connection/dbms-discovery.md)
{% endcontent-ref %}

## Links

{% embed url="<https://webdb.app/>" fullWidth="false" %}
Website
{% endembed %}

{% embed url="<https://demo.webdb.app/>" %}
Demo App
{% endembed %}


---

# 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.webdb.app/welcome-to-webdb-documentation.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.
