# Wrong Quotes

Copy-pasting can save time, but if you copy-pasted code off of a Discord message, there may be an issue with your apostrophes or quotation marks. It seems that Discord's mobile version has non-standard symbols that will not be able to parse within Skript, resulting in a syntaax error. These are especially confusing as your syntax looks perfect to humans, but is not understandable to Skript. But the solution is really simple! Just go in and re-type the quotes.

Here are examples of proper versus non-proper, sent on Discord's desktop application and then the mobile version:\ <mark style="color:green;">"</mark>example<mark style="color:green;">"</mark> vs. <mark style="color:red;">“</mark>example<mark style="color:red;">”</mark>.\
player<mark style="color:green;">'</mark>s vs. player<mark style="color:red;">’</mark>s


---

# 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://x8ight.gitbook.io/syntask/strings/wrong-quotes.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.
