> For the complete documentation index, see [llms.txt](https://docs.learnersblock.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.learnersblock.org/how-to-use-it/enabling-your-required-features.md).

# Enabling components

A Learner's Block is packed with features. But not everyone will need them all. That is why we let you disable the ones you do not need to prevent users from seeing unnecessary buttons. Click on the Settings cog in the top right of the interface <img src="/files/-MWW0NfAVsYSt7ubDwqi" alt="" data-size="line">.

Under the 'Components' section, use the toggles on the right to enable or disable components:

![Toggles circled in red](/files/-MWW0lUIPN8Zls4cZMVK)

By disabling the two middle features as we can see in the image above, the entry page of your Block will change from this:

![Users interface when all the toggles are switched to on.](/files/-MWW177M1of7oimgl020)

to this:

![Users interface when the 'Library' and 'Makerspace' toggles are switched to off. ](/files/-MWW1S8AlLA-RvFoyEdH)


---

# 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://docs.learnersblock.org/how-to-use-it/enabling-your-required-features.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.
