> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/housey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/housey/opal-estate-content/agent.md).

# Agent

**a. Create Agent**

&#x20;**Step 1** - Log in to your WordPress Administration Panel (Dashboard).\
\
&#x20;**Step 2** - Click the '**Agents**' tab.\
\
&#x20;**Step 3** - Click the '**Add New Agent** ' .\
\
&#x20;**Step 4** - Start filling in the blanks: enter your agent title in the upper field, and enter your agent body content in the main agent editing box below it.\
\
&#x20;**Step 5** - As needed, select featured image of agent and select level for agent.

![](/files/-LpVwVo0SqdU51Xjt8LZ)

&#x20;**Step 6** - Scroll down until you see the "**Metabox**" there you will be able to customize the agent and fill in all information in there.

In General tab: Input all data of agent information

In Target search tab:Input all data of agent information

![](/files/-LpVw_z9U-ukOYPmxeKm)

&#x20;**Step 7** - When Agent is readly, click button "**publish**".

**Agent look like:**

![](/files/-LpVwfseK7QwvYivnUn3)

**All Agents**

&#x20;**Step 1** - Log in to your WordPress Administration Panel (Dashboard)\
\
&#x20;**Step 2** - Click the '**Agents**' tab\
\
&#x20;**Step 3** - Click the '**All Agents**'

You will see all agents in there, you can edit or trash... agents.

![](/files/-LpVwn8nDSybgEXTLAEm)

**b. Agent Levels**

&#x20;**Step 1** - Log in to your WordPress Administration Panel (Dashboard)\
\
&#x20;**Step 2** - Click the '**Agents**' tab\
\
&#x20;**Step 3** - Click the '**Agent Levels**'

![](/files/-LpVwwD3Y1De-gy0DCyz)

&#x20;**Front-end look like:**

![](/files/-LpVx-pdF_9Q2sQK0CMf)

&#x20;**If you want to know more please visit link guide estate**: [Guide Estate](http://wpopal.com/guides/estate/) .

**c. Rating Features**

Rating Features is provide function rating agents for customer.

To create Rating Features of agents, please step by step:

**- Step 1:** Navigate to **Appearance** → **Agents** in your **WordPress admin dashboard**.

**- Step 2:** Click the **Rating Features**.

**- Step 3:** You will see option "**Add rating feature**". Click to button and you will see form to create.

**- Step 4:** Please fill all information in this form and then click to button "**Publish**".

![](/files/-LpVwFhP0-KEZr_XQqRS)

&#x20;**Front-end look like:** when member add rating in your agent.

![](/files/-LpVwJ8em5ncnCjd1SS8)


---

# 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://wpdocs.gitbook.io/housey/opal-estate-content/agent.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.
