# Using CodeGrade in Safari

CodeGrade is often used as a third-party tool in LMSs such as Canvas. CodeGrade requires third-party cookies to be enabled in your browser in order for it to send and receive information from the LMS.&#x20;

When using Safari, you might encounter this error when viewing a CodeGrade assignment as an iframe within the LMS:

<figure><img src="/files/2NFHUnUB169UU5tL5QUB" alt=""><figcaption></figcaption></figure>

This error is caused because Safari's default privacy settings prevents third-party cookies which CodeGrade needs in order to collect and send data to your LMS system. This issue can be resolved by following these steps:

#### Enable cross-site tracking

1. Open Safari on your Mac.
2. Choose "Safari" > "Settings" in the Apple toolbar at the top of your screen.
3. Navigate to the "Privacy" tab.
4. Disable the "Prevent cross-site tracking" option by **unchecking** the box beside it.

<figure><img src="/files/RZYyXwu9BdPtOg1LrilC" alt=""><figcaption></figcaption></figure>

#### Enable cookies

1. Navigate to the "Advanced" tab.
2. Disable the “Block all cookies” option by **unchecking** the box beside it.

<figure><img src="/files/QDj49R0aiYseLQ1Hd5WK" alt=""><figcaption></figcaption></figure>


---

# 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://help.codegrade.com/faq/using-codegrade-in-safari.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.
