> For the complete documentation index, see [llms.txt](https://help.kellyapp.ph/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.kellyapp.ph/kelly-learn/getting-informed-and-faqs/security.md).

# Security

## How do I ensure the security of my account on Kelly Learn?

Although Kelly Learn doesn't involve financial exposure, ensuring the security of your account on Kelly Learn remains crucial. Here are simplified steps to keep your account secure:

1. Confidential Login Information: Keep your account login credentials (username and password) confidential, and avoid sharing your login details with anyone.
2. Immediate Notification of Security Breaches: If you suspect any security breaches or unauthorized access to your account, notify Kelly Learn immediately at <support@kellyapp.co> to report any security concerns.
3. Regularly Monitor Account Activity: Periodically review your account activity to identify any unusual transactions or unauthorized access. You may report any discrepancies or suspicious activities promptly.

By following these simple measures, you can enhance the security of your Kelly Learn account, even in the context of it being a straightforward paper trading app without financial exposure.

## Can I trust the information and content on Kelly Learn?

The information presented on the Kelly Learn app is carefully curated from credible sources, including news articles and expert analyses. However, it's important to remember that events trading involves inherent uncertainty, and the final decision to trade based on this information lies entirely with you, the trader.

While Kelly Learn aims to provide accurate information, it's important to note that all services offered on the platform are for educational purposes only. The information and content should not be considered a recommendation or an offer to buy, sell, subscribe, or hold any financial products.

It's crucial to conduct your independent research, analyze the data presented, and consider any potential biases or limitations before making any predictions or trading decisions. Always be cautious and verify information independently before making any financial decisions.


---

# 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.kellyapp.ph/kelly-learn/getting-informed-and-faqs/security.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.
