# Admissions

Skolarship's admission model allows creators to have control over who joins their communities. This selective process ensures that the community maintains a high level of engagement and that members align with the community’s goals and values.&#x20;

### How It Works

<details>

<summary><strong>Application Process</strong></summary>

* **Custom Forms**

Creators can design custom application forms that prospective members must fill out. These forms can include questions about the applicant's background, interests, goals, and reasons for wanting to join the community.

* **Screening**

The information collected through the application form helps creators screen applicants based on predefined criteria.

</details>

<details>

<summary><strong>Manual or Automated Approvals</strong></summary>

* **Review Process**&#x20;

Creators or their community managers can manually review each application. This allows for a thorough evaluation of whether the applicant is a good fit for the community. If the goal is for automation and user growth, members can join communities immediately without undergoing a screening process.

* **Communication**

With the email provided in the submission, creators can communicate with applicants during the review process to gather more information if needed.

</details>

<details>

<summary><strong>Admission Control</strong></summary>

* **Selective Admission**

Only those applicants who meet the criteria and are deemed a good fit are granted access to the community. Exclusivity can often create the sense of fomo and ensure quality.

</details>

<details>

<summary>Automated Workflows</summary>

* **Integration with Tools**

Skolarships allows integration with tools like Zapier to automate parts of the admission process, such as sending follow-up DMs or onboarding new members that fit the criteria of the community's guidelines.

</details>

{% hint style="success" %}
The admissions process is crucial for maintaining the quality and integrity of a community, ensuring that members align with the community’s goals and values, which fosters a high level of engagement and satisfaction.&#x20;

It also allows community managers to curate a cohesive and supportive environment, enhancing overall member experience and retention. Implementing a selective admissions process helps in building a committed and active community that contributes positively to the platform’s growth and success.
{% 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://skolarships.gitbook.io/documentation/features/product/communities/admissions.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.
