# AppTitle

### Title

This title will be translated and it can contain variables from four loaded record, that will be replaced in the title, once a record is loaded.

We used a @prefix in the past, that is deprecated.

```
   Order {id} {cordAddressId.adrName}
```

This will result in: Order 1 John Doe

if no '{' character is found in the title, brixxbox will add an {id} to your title to display the loaded record id.

\
If no app title is specified, the app id will be displayed for your app.


---

# 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://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/apptitle.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.
