# Data Object Metadata

Metadata makes it easier to keep your projects organized. While some metadata is pre-set and can't be changed, you can set values for the following metadata fields:

* [Name](/developer/api/introduction-to-data-object-metadata/name.md): an arbitrary UTF-8 string
* [Properties](/developer/api/introduction-to-data-object-metadata/properties.md): a key-value store
* [Tags](/developer/api/introduction-to-data-object-metadata/tags.md): a collection of strings

User-defined metadata is particularly useful in [search queries](/developer/api/search.md).

## Project-specificity of metadata

User-defined metadata is project-specific. Within different projects, the same object can have different metadata.


---

# 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://documentation.dnanexus.com/developer/api/introduction-to-data-object-metadata.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.
