# How It Works

Ember is composed of the Ember Marketplace & Ember NFT Wallet, both of which are powered by the Ember Protocol. The Ember Marketplace constitutes the interface with which users can interact with the Protocol, while the Ember NFT Wallet allows users to simulate ownership of borrowed NFTs using adapters which set the permissions for what Borrowers are allowed to do with the NFTs while rented. Let's dive into how each of the Marketplace, Wallet & Protocol work.


---

# 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.ember.app/technical-overview/how-it-works.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.
