> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/ulisting/managing-listings/listing-creation.md).

# Listing Creation

{% hint style="info" %}
**Listing Creation** can be done in two different ways: from the admin panel (dashboard) and from the front end. So, clients and admin of the website will have a different interface for adding a new listing.
{% endhint %}

An admin of the website can create a number of listings without signing up, but the clients ( simple users or agents) of the website should register and then create listings accordingly.

## Admin Panel Listing Creation

The Admin has more advantages in the listing creation process.

In order to create a new listing go to **Add New** section of the **Listings** menu. First of all, it is recommended to select the necessary listing type.&#x20;

![](/files/-Mb1F2OGB3PBc-oTSEB9)

{% hint style="info" %}
Customized fields created in the Submit Form appear by selecting the listing type.
{% endhint %}

![](/files/-Mb1EaJWFi3xWBS2zTH2)

Simply fill in the required fields and save changes.

![](/files/-Mbv88Gl43fEd5--TDhy)

## Frontend Listing Creation

In order to create a new listing from the Frontend,  log in to your account and click the **Add Listing** button.&#x20;

{% embed url="<https://www.youtube.com/watch?v=wW291yPm3fY&t=173s>" %}

On the opening page, it is required to select one of the created listing types.

![](/files/-McJciIpzdpVXyIREtoZ)

Afterward, simply fill the required fields and save changes.

![](/files/-McJeVp_Bo4-sGei-Lhm)

![](/files/-Mbv88Gl43fEd5--TDhy)


---

# 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://docs.stylemixthemes.com/ulisting/managing-listings/listing-creation.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.
