# About

WordBucket is aimed to help you control and manage the contents of your project.

It can store some types of contents:

* Text;
  * Simple;
  * Rich (What You See Is What You Get);
* Dates;
* Numbers;
* Files (soon).

To store and organize the contents, WordBucket uses some components:

* Applications: to store and organize the contents of a project;
* Containers: defines the areas where it is possible to show/see contents;
* Structures: determines the form of the content, i.e., how they are shown;
* Contents: the content itself, i.e., what is shown to the user.

These components are managed and stored in a server which is accessible from an Application Programming Interface (API). The server and the API are seen as one: API and Server.

It is possible to interact with the API and Server in two ways:

* Command Line Interface (CLI);
* Web Interface.


---

# Agent Instructions: 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.word-bucket.com/master.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.
