# How can I isolate resources for different departments with separate billing?

**Q:** How can I isolate resources for different departments with separate billing?\
**A:** You can use **Resource Groups** to isolate resources and manage billing independently.

* Create a Resource Group to set up an isolated resource space (e.g., for different departments or regions).
* Assign resources to the group — each resource can belong to only one Resource Group.
* Grant specific permissions to each Resource Group, including which members can access it and what operations they are allowed to perform.

See [**Create a Resource Group**](/welcome/platform/team-management/create-a-resource-group.md) and [**Grant Permission**](/welcome/platform/team-management/grant-permission.md) for more details.


---

# 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.console.zenlayer.com/welcome/platform/faq/resource-group-management.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.
