> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/enterprise.md).

# \[Enterprise Only] How to Use

- [Overview](https://help.fixfolio.ai/en/enterprise/overview.md): The enterprise plan is a function for using FIXFOLIO at the organizational level, enabling efficient advertising production in a collaborative environment through team setup, user management, credit management, and reference asset sharing.
- [Getting Started Guide](https://help.fixfolio.ai/en/enterprise/startguide.md): Enterprise users have different initial setup and usage methods depending on their role. Please refer to the information below to get started with FIXFOLIO according to your role.
- [Getting Started as a General User](https://help.fixfolio.ai/en/enterprise/startguide/user.md): General users are basic users who use the features provided by FIXFOLIO and can create content using reference assets provided by their team or organization.
- [Getting Started as a Team Administrator](https://help.fixfolio.ai/en/enterprise/startguide/team_admin.md): Team administrators are responsible for running a specific team and can manage team members and check the team's credit usage status.
- [Getting Started as an Enterprise Administrator](https://help.fixfolio.ai/en/enterprise/startguide/enterprise_admin.md): The enterprise administrator has the highest level of authority over the entire organization and is responsible for overall operations, including user and team setup, credit management, and management of all reference assets.
- [How to Use by Role](https://help.fixfolio.ai/en/enterprise/manual.md): In enterprise, the available features and management scope differ by role. With the functions appropriate to each role, efficient operation at the organization and team level is possible.
- [General User](https://help.fixfolio.ai/en/enterprise/manual/user.md): General users belonging to an enterprise organization can use banner creation and other related features based on the environment configured by the team or organization. This page explains the features available to general users in an enterprise environment.
- [Team Administrator](https://help.fixfolio.ai/en/enterprise/manual/team_admin.md): The team administrator has the authority to operate the team they belong to and is responsible for managing team members. This page introduces the main functions needed for team management.
- [Enterprise Administrator](https://help.fixfolio.ai/en/enterprise/manual/enterprise_admin.md): The enterprise administrator has the highest level of authority over the entire organization and is responsible for overall operations, including user and team setup, credit management, and management of all reference assets. Click \[Enterprise Management] in the left menu to access the enterprise administrator-only menu, where you can perform all organization management-related functions.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.fixfolio.ai/en/enterprise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
