> For the complete documentation index, see [llms.txt](https://concordialang.gitbook.io/concordialang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://concordialang.gitbook.io/concordialang/development/availability.md).

# Language Additions

👁‍🗨 "Planned" and "Available" refer to versions of the **Compiler**.

| Construction                                         | Planned | Available             |
| ---------------------------------------------------- | ------- | --------------------- |
| #                                                    | 0.1     | 0.x                   |
| #language                                            | 0.1     | 0.x                   |
| #locale                                              | 2.1     | Not released yet.     |
| @\*                                                  | 0.1     | 0.x                   |
| @scenario                                            | 0.1     | 0.x                   |
| @variant                                             | 0.1     | 0.x                   |
| @ignore                                              | 0.1     | 0.x                   |
| @importance                                          | 0.1     | 0.x\*                 |
| @generated                                           | 0.1     | 0.x                   |
| @fail                                                | 0.1     | 0.x                   |
| @global                                              | 0.1     | Not released yet.     |
| @extends                                             | 0.1     | Not released yet.     |
| @category                                            | 0.1     | Not released yet.\*\* |
| @issue                                               | 0.1     | Not released yet.\*\* |
| @generate-only-valid-values                          | 1.0     | 1.1                   |
| Feature                                              | 0.1     | 0.x                   |
| Scenario                                             | 0.1     | 0.x                   |
| Background                                           | 0.1     | Not released yet.\*\* |
| Variant                                              | 0.1     | 0.x                   |
| Variant Background                                   | 0.1     | Not released yet.     |
| \~state\~                                            | 0.1     | 0.x                   |
| Constants                                            | 0.1     | 0.x                   |
| Table                                                | 0.1     | 0.x                   |
| Database                                             | 0.1     | 0.x                   |
| UI Element                                           | 0.1     | 0.x                   |
| UI Element property locale                           | 1.4     | 2.0                   |
| UI Element property locale format                    | 1.4     | 2.0                   |
| UI Element properties with date and time expressions | 1.4     | 2.0                   |
| Test Case                                            | 0.1     | 0.x                   |
| Before All                                           | 0.1     | 0.x                   |
| After All                                            | 0.1     | 0.x                   |
| Before Feature                                       | 0.1     | 0.x                   |
| After Feature                                        | 0.1     | 0.x                   |
| Before Each Scenario                                 | 0.1     | 0.x                   |
| After Each Scenario                                  | 0.1     | 0.x                   |

> \*=Not used yet.        \*\*=It may not be released, since it is not needed.


---

# 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://concordialang.gitbook.io/concordialang/development/availability.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.
