# Facets

Facets are a key component in the diamond architecture, designed to modify the storage of the diamond for enhanced upgradeability. Each facet contract is paired with an associated implementation contract that manages the logic component, simplifying updates and modifications to the system's functionality.

The following sections delve into the specifics of SYMM's facet contracts, outlining the functions within each.


---

# 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://docs.symm.io/contract-documentation/version-history/contracts-documentation-0.8.2/facets.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.
