> For the complete documentation index, see [llms.txt](https://docs.neurotrackerx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurotrackerx.com/human66-challenge/challenge-rules/brain-boosting-foods.md).

# Brain Boosting Foods

As part of the **Human66 Challenge**, you are encouraged to adopt brain-boosting habits, including incorporating a variety of nutritious foods into your diet. In order to have a complete "Healthy brain-boosting day" that counts towards your challenge we recommend you eat at least 10 servings of the following foods in one day. It doesn't matter what else you eat as long as you eat at least 10 from the list below.&#x20;

{% hint style="info" %}
Eat at least 10 servings in a day from the following list in order to complete 1 healthy day.
{% endhint %}

## **Leafy Green Vegetables 🥬**

* Spinach
* Kale
* Swiss chard
* Collard greens
* Romaine lettuce
* Arugula
* Mustard greens
* Beet greens
* Turnip greens
* Bok choy

## **Other Vegetables 🥦**

* Carrots
* Cauliflower
* Broccoli
* Brussels sprouts
* Cabbage
* Mushrooms

## **Berries 🍓**

* Blueberries
* Strawberries
* Raspberries
* BlackBerries

## **Other Fruits 🍊**

* Oranges
* Pomegranate seeds
* Avocado

## **Healthy Fats 🐟**

* Cold-water oily fish (salmon, mackerel)
* Seafood
* Eggs
* Olive Oil

## **Nuts and Seeds 🌰**

* Walnuts
* Nuts (general)
* Seeds
* Flaxseeds
* Chia seeds

## **Spices 🌿🫚**

* Turmeric
* Saffron
* Cinnamon
* Ginger
* Rosemary
* Sage
* Black pepper
* Clove
* Cardamom
* Nutmeg
* Garlic

## **Brain-Boosting Beverages ☕**

* Coffee
* Green tea
* Herbal teas

## Customize Your List

These are just our recommended brain-boosting foods to get you started on your journey. Feel free to customize this list and add any other brain-boosting foods you have researched or discovered.

{% hint style="warning" %}
Check these foods with your doctor first!
{% endhint %}


---

# 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://docs.neurotrackerx.com/human66-challenge/challenge-rules/brain-boosting-foods.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.
