# Sample Settings for Beginners

Adjust these settings based on your individual risk tolerance and trading style.

{% hint style="danger" %}

#### **Important Notes:**

* **Risk Levels**: For accounts under $5,000, it's crucial to start with **Low** to **Medium Risk** to avoid significant drawdowns. **Low Risk** will reduce trade frequency and exposure, while **Medium Risk** can offer more frequent trades, but with slightly higher drawdowns.
* **Hard Stop**: Always set a **Hard Stop** that aligns with your risk tolerance. This will help protect your capital in case of unexpected market movements. You can read more about it here [Hard Stop % (Only EA Trades)](/smartchoise-manual/options/account-protection/hard-stop-only-ea-trades.md)
  {% endhint %}


---

# 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://smartchoise.gitbook.io/smartchoise-manual/use-cases/sample-settings-for-beginners.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.
