> For the complete documentation index, see [llms.txt](https://redberry.gitbook.io/real-estate-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redberry.gitbook.io/real-estate-manager/damatebuli-listingebis-sia.md).

# დამატებული ლისტინგების სია

თითოეულ უძრავ  ქონების ლისტინგს უნდა ჰქონდეს შემდეგი მახასიათებელი:

* სურათი
* მისამართი
* &#x20;ქალაქი
* საფოსტო ინდექსი (ZIP Code)
* ფასი
* ფართობი
* საძინებლების რაოდენობა
* იყიდება/ქირავდება თეგი

***

#### **ფილტრის ფუნქციონალი**

ლისტინგების გაფილტვრა უნდა შეიძლებოდეს შემდეგი კრიტერიუმების მიხედვით:

* ფასი (რეინჯი) *- მინიმალური მნიშვნელობა არ უნდა იყოს მაქსიმალურზე მეტი*
* ფართობი (რეინჯი) *- მინიმალური მნიშვნელობა არ უნდა იყოს მაქსიმალურზე მეტი*
* რეგიონი (სელექტი)&#x20;
* საძინებლების რაოდენობა

გაფილტვრა უნდა ხდებოდეს ზემოთ ჩამოთვლილი ერთი ან რამდენიმე კრიტერიუმის მიხედვით. გაფილტვრის შედეგად დაბრუნდება მხოლოდ ის ლისტინგები, რომლებიც დააკმაყოფილებს ერთ-ერთ კრიტერიუმს მაინც.

ფასის და ფართობის ფილტრების შემთხვევაში თუკი მაქსიმალური მნიშვნელობა მინიმალურ მნიშვნელობაზე ნაკლებია უნდა გამოჩნდეს შემდეგი ვალიდაციის ტექსტი - "**გთხოვთ შეიყვანოთ ვალიდური რიცხვები**".

{% hint style="success" %}
დარეფრეშებისას მომხმარებლის მიერ არჩეული ფილტრის კატეგორიები არ უნდა იკარგებოდეს.
{% endhint %}

{% hint style="info" %}
გაითვალისწინეთ, რომ თქვენს მიერ გაგზავნილ რიქვესთებს, swagger - ში დაგენერირებული ტოკენიც უნდა გამოყვეს.\
\
ტოკენის გაყოლება საჭიროა მხოლოდ იმ ენდპოინტებზე რექვესტების გაგზავნისას, რომლებსაც სვაგერის დოკუმენტაციაში ბოქლომის აიქონი ადევთ.
{% endhint %}


---

# 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:

```
GET https://redberry.gitbook.io/real-estate-manager/damatebuli-listingebis-sia.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.
