# Designer

Designer is a feature of Console that allows business users to graphically design new asset types using drag and drop capabilities. Users can select from a library of pre-defined asset field types, including financial taxonomies like [ACTUS](https://www.actusfrf.org/) and domain-specific taxonomies for supply chain and more. Once an asset is designed, its JSON schema is stored and the metadata is publishable via API immediately.

> Note: Designer is currently <mark style="color:red;">**experimental**</mark> and is subject to significant changes

Depicted below, a business user is designing a bespoke corporate bond by dragging and droping field types from the ACTUS library

<figure><img src="/files/gEH9eTruyQlWlOXkRT05" alt=""><figcaption></figcaption></figure>


---

# 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.scifn.com/instamint/designer.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.
