> For the complete documentation index, see [llms.txt](https://help.aphex.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aphex.co/docs/diary/web/diary-entries/creating-a-diary-entry.md).

# Creating a Diary Entry

{% hint style="info" %}
**Who can use this feature?**

Contributors on the diary template and project admins can create Diary Entries.
{% endhint %}

A Diary Entry is where you log your day's work. Once created, contributors can add content to the Diary Entry. The Diary Entry workflow is the same whether you're using the mobile or web app, though the interface differs slightly. If you are using a mobile, see our <a href="/docs/diary/mobile/contributing-to-a-diary-entry.md" class="button secondary">Mobile Diary Guide</a>.

Before you can create Diary Entries, you will need to <a href="/docs/diary/getting-started.md" class="button secondary">Create a Diary</a>.

<figure><img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2FItXok4DY2QJTyEmlQ2KJ%2FCreate%20Diary%20Entry.svg?alt=media&amp;token=c0300ad9-f86d-4f42-812a-346aaf3797e6" alt=""><figcaption></figcaption></figure>

**To create a new Diary Entry:**

* Navigate to the Diary Entries section and click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2Fyzi7xlXVLGLdzBdtMPiV%2FNew%20Diary%20Entry.png?alt=media&amp;token=64ba4404-03ff-4202-aaf5-5b93590e7015" alt="" data-size="line">
* Select which Diary you want to create an entry for, or create a new diary
* Select the diary entry date
* Select the Shift Start and End time from the dropdown
* Click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2Fdy2keORkJ7KtScPhPyDU%2FNew%20Diary%20Entry%20(1).png?alt=media&amp;token=2e95465d-24f1-40d3-b305-41251fa08851" alt="" data-size="line">

<details>

<summary>Diary Entry Creation Rules</summary>

* When you create an entry, these details are locked and cannot be changed:
  * **Template**: Which Diary Template this entry belongs to
  * **Date**: The calendar date this entry covers
  * **Shift**: The working period (Day, Afternoon, Night, All)
* Diary Entry names follow a standard format: \[Diary Name]-\[Shift]-\[Date]. You cannot change this format.

</details>

## Editing Diary Entry Shift Times

***

Once you open a diary entry, you can edit the shift start and end times at any point before submitting it for review.

<figure><img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2FGrVIvVZg05AHieymdj1o%2FEdit%20diary%20details.svg?alt=media&amp;token=56ef2a02-e019-42f3-ac55-f355ea7ff514" alt=""><figcaption></figcaption></figure>

**To edit the Diary Entry Shift Time:**

* Open a Diary Entry
* Click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2Fg1eRPp4G2RO3r6Wlpk9l%2FOverflow.svg?alt=media&amp;token=701fd1d1-3874-4836-ac68-859d75d6597a" alt="" data-size="line"> on the left hand panel and select <kbd>Edit Details</kbd>&#x20;
* Select a new Start and End shift time
* Click <img src="https://2273109354-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLu0mYklsCTm7XQm3ZGqv%2Fuploads%2F3x2epq8PMWfTNDMxuBN0%2FContinue%20Button.svg?alt=media&amp;token=04aae1a2-2d05-479b-9aa4-6382534b741e" alt="" data-size="line">

## Next Steps

***

Once your entry is created and open, you and other contributors can start adding content. See <a href="/docs/diary/web/diary-entries/contributing-to-a-diary-entry.md" class="button secondary">Contributing to a Diary Entry</a>


---

# 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://help.aphex.co/docs/diary/web/diary-entries/creating-a-diary-entry.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.
