> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba-metadata-editor/10.2-metadata-editor/apply-metadata-properties-and-concepts-in-pentaho-metadata-editor-cp.md).

# Apply metadata properties and concepts

You can create a metadata domain to have a model available to end-users and applications that allows them to enhance their data. By using formatting, security metadata, and custom metadata, you can produce a more efficient model, with a consistent and clearer view of the data.

A property has an identifier (a key into a map actually) and a value. This collection of properties is the map of attributes that you want to apply to a particular business object, such as a business column or business table. A concept is the metadata you define for your business objects. Each business object (physical table, business table, columns, and so on) has its own concept whose properties override all other inherited or parent concepts.

Concepts can also be defined independent of any business object and can be structured in an inheritance hierarchy for better organization and management of your metadata. These independent concepts can then be applied to one or more business objects as a parent concept.

* [Apply properties](/pba-metadata-editor/10.2-metadata-editor/apply-metadata-properties-and-concepts-in-pentaho-metadata-editor-cp/apply-properties.md)
* [Apply concepts](/pba-metadata-editor/10.2-metadata-editor/apply-metadata-properties-and-concepts-in-pentaho-metadata-editor-cp/apply-concepts-apply-metadata-properties-and-concepts-in-pentaho-metadata-editor.md)


---

# 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://docs.pentaho.com/pba-metadata-editor/10.2-metadata-editor/apply-metadata-properties-and-concepts-in-pentaho-metadata-editor-cp.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.
