# Controlling Your Rules

Users can alter existing rules through the actions menu, either from the Rule list or the Rule Details page:

**Reschedule** - When a rule is rescheduled, the schedule is changed and the next run date is set to the rescheduled date and time. The rule will **not** be run immediately, but the rule will be enabled if it was previously disabled.

**Run now** - When enabling a rule, it is immediately run. After completing the run successfully, the next run time will be set to whatever has been scheduled.

**Disable/Enable** - This stops the rule from being run in the future.

**Clone** - This copies the current open rule, and allows you to edit the Schedule and Components before saving it as a new rule.

**Delete** - This deletes the rule. The associated audit logs are not currently visible after the rule is deleted. Audit logs of deleted rules will be visible in a future [Audit Log](/features/audit-logs.md) function.

<img src="/files/5T0exPJs1nUJg8COG1vy" alt="" data-size="original">![](/files/7sbZZfvMhHqsc8WGo2yi)

Got a question? Check out our [FAQs](/features/faqs.md) or email us at <hello@smolsoftware.com>&#x20;


---

# 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.smolsoftware.com/features/controlling-your-rules.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.
