# For Owners & Admins

### How many Karma points to award

Don't forget to setup the Karma points for your team. As a default Ariv will award 1 karma point to the team member whose contribution earned a positive feedback for an answer provided by Ariv to someone's question. Ariv will also award a point to the person who provides feedback for Ariv's answers, positive or negative. You can choose how many points to award for each of those activities for your team.

Either invoke the Karma points command from the command line, or from on the Ariv Dashboard. Note that the Karma points setting will only be available to Team Owners and Admins, other team members will not be able to see this setting in their dashboards.

![Use the chat box to set karma points](/files/-MMQW7lm2RVG_vizXxny)

![Or just goto the Config (Setup) tab to alter the karma setup for your team.](/files/-MMQWJ17nefptQbjMnvI)

### Adding FAQs and bootstrapping knowledge to Ariv? <a href="#teams-faq" id="teams-faq"></a>

Ariv gets better with every interaction, so at the start it may not have enough knowledge to be very useful to your team. You can upload question answer pairs for commonly asked questions or some universal FAQ's that you want Ariv to be able to serve up if someone asks a question. When a user asks a question that has a response available in this uploaded FAQ, Ariv will use this as the ground truth and respond only with the quoted response. Here is a sample [FAQ CSV file](https://docs.google.com/spreadsheets/d/1G2lK_OgV7dYtxorEdJRuwsxQL3nP0xiUiIMKrF0Oa3o/edit?usp=sharing) for the correct upload format.

![Upload FAQ file, jump start Ariv's knowledge within your team.](/files/-MXCmEA83Vco8CeAgKlU)


---

# 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://help.ariv.ai/how-to/new-to-ariv/setting-up-ariv-for-teams/for-owners-and-admins.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.
