# How to add Delpha components in my standard layout

## Add the Delpha Assistant to Lightning Record Pages

The **Delpha Assistant** helps users view and apply recommendations directly from Account, Contact, or Lead pages in Salesforce. You can display it in **two ways**: as a floating icon or an embedded widget.

### Option 1: Floating Icon

Displays a small icon in the bottom-right corner of the page showing the number of available recommendations. Users click the icon to expand the list.

<div align="left"><figure><img src="/files/4Sd5jAoe9SNxrBySSDse" alt="" width="61"><figcaption></figcaption></figure></div>

**How to Set It Up:**

1. Go to an **Account** record page → click the ⚙️ **Gear** icon → **Edit Page**
2. Drag the `DelphaBot` component into the **right pane**
3. Click **Save**
4. Click **Activate**, choose **Org Default**, then **Save**

**Repeat** this for:

* All Lightning pages where you want Delpha displayed
* **Contact** and **Lead** record pages, if needed

### Option 2: Widget View

Embeds the Delpha Assistant as a fixed widget on any part of the page layout.

<div align="left"><figure><img src="/files/rTuvXVqp2sqmuivJaG2o" alt="" width="375"><figcaption></figcaption></figure></div>

**How to Set It Up:**

1. Drag the `Delpha_Standard` component to the desired page section
2. Save the changes and follow the **same activation steps** as for the floating icon


---

# 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://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-integration/how-to-add-delpha-components-in-my-standard-layout.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.
