# Others

## Organizations

Each organization is a separate tenant of Human Lambdas, meaning they're absolutely siloed from each other.

Organizations can be understood as "workspaces" or "projects", as users can belong to more than one and each organization can contain a different set of members.

Organizations can be created by anyone, and they can only be deleted by one of the organization's admins. You can switch organizations at any time through the top left menu.

## Notifications

{% hint style="info" %}
Email notifications require integration with Sendgrid. See `send_email` in the code for the configuration required to set this up.
{% endhint %}

Every time a task is created, all members of the corresponding organization will be notified via email. Notifications are subjected to a 5-minute throttling period per queue to avoid spamming under batched task publishing types of scenarios.

You can modify this by disabling global notifications, after which you will be able to control which specific queues you want to receive notifications for.

{% hint style="info" %}
Notification settings changes are only applied to the same individual responsible for the change.
{% 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://bernatf.gitbook.io/human-lambdas-documentation/manual/others.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.
