> For the complete documentation index, see [llms.txt](https://help.studybuddy.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.studybuddy.gg/getting-started/faqs.md).

# FAQ's

<details>

<summary>How does this work?</summary>

Upon opening your assignment, the “Ask Studybuddy” button will appear just below each question in your LMS. Simply click the button and Studybuddy will give you the correct answer.&#x20;

Or, you can use our screenshot tool to take a picture of the question you want Studybuddy to answer.

</details>

<details>

<summary>Will my teachers find out?</summary>

Our extension integrates seamlessly with any of your learning platforms including the top platforms.

If you don’t see the StudyBuddy button, just use our screenshot feature which works in any learning platform.

</details>

<details>

<summary>Does the extension work in different languages?</summary>

Yes! Studybuddy currently supports: English, Spanish and Portuguese. We are consistently working on adding support for more languages.

</details>

<details>

<summary>Is it more accurate than ChatGPT?</summary>

Yes! Studybuddy utilizes advanced technologies like GPT-4o, Gemini, and Claude 3, combined with finely-tuned models and an extensive database. This combination ensures superior accuracy, surpassing even that of ChatGPT.

</details>

<details>

<summary>How do we keep your data secure?</summary>

We prioritize your data security by using HTTPS encryption to transmit all your information. This means that your data is protected from unauthorized access while being transferred between your device and our servers, ensuring your privacy and safety.

</details>

<details>

<summary>Is it plagiarism proof?</summary>

Absolutely! Studybuddy provides 100% original answers that are guaranteed to be plagiarism-free, ensuring your work is always unique and safe to submit.

</details>

<details>

<summary>What is your refund policy?</summary>

We have a no-questions-asked refund policy If you're not satisfied with Studybuddy, just send us an email, and we'll promptly refund your payment or cancel your subscription. Your satisfaction is our priority.

</details>


---

# 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:

```
GET https://help.studybuddy.gg/getting-started/faqs.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.
