# Topics Home

*Contributors*:&#x20;

Welcome to the **Topics** home page! Topics is an area of the Honeybee Wiki intended for those who are already familiar with the basic Honeybee workflow and want to understand how a particular function works.

[Hydra](https://hydrashare.github.io/hydra/) is a great resource for example files if the topic you're looking for is not covered here.

[Chris Mackey's Youtube](https://www.youtube.com/user/chrismackey88/videos) and [Mostapha Roudsari's Youtube Channel](https://www.youtube.com/user/MostaphaSad/videos) contain many video tutorials.

The [Ladybug Forum](https://discourse.ladybug.tools/) is of course another resource to explore.

If you would like to create a page here, check out the [Intro VI on Contributing to this Guide](https://github.com/ladybug-tools/honeybee-wiki/tree/c74929b6a6a29537824eb90759e923b3fe0cd608/Intro-VI-‐-Contributing-to-Honeybee-Wiki!/README.md).

## Topics Contents

[Custom Schedules](https://github.com/ladybug-tools/honeybee-wiki/tree/c74929b6a6a29537824eb90759e923b3fe0cd608/Custom-Schedules/README.md)


---

# 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://docs.ladybug.tools/honeybee-wiki/topics.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.
