# <=

### Description

The operator `<=` has the expression evaluate to true for 'less than or equal to'.

### Example

```
e is Entity
e.expected_aum <= 10000000
```

Let's say that e, the entity in the [case](/guides/glossary/case.md) where this expression is used, is a small financial advisory firm in Lyon. The expression evaluates to 'true' if the firm, after a difficult year, is expected to have ten million or less in assets under management.

This could mean it no longer qualifies for certain services your organization offers to its bigger corporate clients with ten million or more in assets under management.

By attaching this condition to those [documents](/guides/glossary/document.md) that are more relevant to medium size enterprises than to large ones, you make sure you offer services, and collect information, relevant to a firm with ten million or less in assets under management.


---

# 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://docs.atfinity.io/rule-language/operators/boolean-operators/less-than-or-equal.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.
