> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/log-in/unable-to-authenticate-token-from-keychain.md).

# Unable to Authenticate Token from Keychain

#### **Symptom**

The following sync error below can occur due to a number of different reasons, such as:

1. Time Machine restore
2. Migration Assistant
3. Deletion of all Keychain items from Apple's **Keychain** application

#### **Solution**

Please follow along with the steps below to add a new Daylite Cloud login. If you experience any issues along the way, please review our video demonstration here to help as a guide:

1. Quit Daylite
2. Open Daylite while holding **Shift**+**Option**+**Command**
3. Once at the login screen click on the drop-down box listed below **Log in to Daylite Cloud** and choose **Add Cloud login**
4. Enter in your login information and click **Log In**
5. Once done, attempt to perform a manual sync, by going to **File > Sync**

If the sync error continues to persist after following the steps above, please initiate a support ticket [here](mailto:support@daylite.app?subject=Unable%20to%20Authenticate%20Token%20from%20Keychain) for our Technical Support Team to investigate further.


---

# 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://docs.daylite.app/help/center/log-in/unable-to-authenticate-token-from-keychain.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.
