# Changing Time of Day

Need to change the time of day, you can easily do this by making it morning, day, dawn, and night.

To set a time:

```
/time set <time>
```

To add time:

```
/time add <time>
```

Examples:

To set it to morning, use

```
/time set 1000
```

To make an entire day go back, use

```
/time add 24000
```

{% hint style="info" %}
For more information go to [ht](https://minecraft.gamepedia.com/Commands/time)[tps://minecraft.gamepedia.com/Commands/time](https://minecraft.gamepedia.com/Commands/time)
{% endhint %}


---

# 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://creeper9-flo.gitbook.io/falixnodes-tutorials/minecraft/minecraft-bedrock/changing-time-of-day.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.
