> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/delpha-for-salesforce/how-to-faq/delpha-integration/how-to-add-delpha-components-in-my-standard-layout.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
