# BASE - Basic Availability, Soft state, Eventual Consistency

For NoSQL DB

## Basically Available

* which states that the system guarantees availability

## Soft State

* mean means the state of the system may change over time, even without input

## Eventual Consistency

* states that the system will become consistent over a (very short) period of time unless other inputs are received.

## Links

* <https://neo4j.com/blog/acid-vs-base-consistency-models-explained>


---

# 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://hanfak.gitbook.io/workspace/persistance1/base.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.
