# Inviting New Users

Editor and manager roles can add other members of their organization to Junkipedia.

Once you are logged into Junkipedia, click your name in the upper right corner of your screen, then click "Manage Organization."

<figure><img src="/files/2mmY7fnFqdzOTdG1mrEF" alt=""><figcaption></figcaption></figure>

Scroll down to “Add Users to Junkipedia.” Enter the new user’s email address and role (user, editor, manager) and click “Invite User.” The new user will receive an email with log in instructions.

<figure><img src="/files/bmNeuLgAhR1a8vRkPRnA" alt=""><figcaption></figcaption></figure>

#### Junkipedia Roles:

* **User:** can submit [tips](/reference-material/glossary.md#tip), edit [issues](/reference-material/glossary.md#issue), and see other issues from their organization.
* **Admin:** all of the above permissions AND can see issues from other organizations in the same network, AND can create and edit users and [tiplines](/reference-material/glossary.md#tipline).


---

# 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.junkipedia.org/getting-started/managing-your-team/inviting-new-users.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.
