# Design information

## Identify Design Type

Navigate to your project and review the design cards, which display the specific type of each design directly in the interface.

<figure><img src="/files/70cmc9WtsTvHWR2kJXnK" alt=""><figcaption><p>Design type</p></figcaption></figure>

## Retrieving Design Configuration

#### Obtaining Design ID

1. Navigate to a specific design
2. Select the "API" panel in the left sidebar
3. Click the "Copy Design ID" button

#### Generating Default Payload

1. Access the same design's "API" panel
2. Locate the default payload in the console
3. Customize the payload

### Payload Customization Tips

* Start with the default payload
* Remove unused layers or properties
* Modify values to match your specific generation requirements
* Properties available for each type of component are available [**here**](/rest-api/generation/element-properties.md).

{% hint style="info" %}
When no custom parameters are specified during generation, the asset will be created using:

* Default layer properties
* Predefined content and styling
  {% endhint %}

<figure><img src="/files/YmjCSUMhDAHrq3b8gQCL" 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://developers.abyssale.com/rest-api/generation/design-information.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.
