# Limits

Here are the current limitations within the "project" section, some of which will be removed when features are added:

* Currently, integrating a project with third-party solutions (such as GitHub, Notion, etc.) is not supported.
* Setting up IAM[^1] (Identity and Access Management) directly from a project is not possible.
* There is no feature to compare blueprints and strategies with other components within a different project.
* Comparing information and statistics between two projects cannot be done.
* It is impossible to delete a project that has already created blueprints.
* Transferring a project to another organization is not supported.
* A project isolates blueprints and environments, meaning strategies applied cannot be shared with another existing project.

[^1]: IAM allows you to grant precise access to specific resources within your cloud provider while preventing access to other resources. IAM enables you to apply the principle of least privilege security, which states that no one should have more permissions than necessary.


---

# 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://doc.exoway.io/fundamentals/project/limits.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.
