# WandBot F.A.Q.

## How are the scores calculated?

* Scores are calculated using an algorithm similar to PageRank. The algorithm considers the importance of followers and the quality of their historic interaction behavior. Specifically, it counts all connections where known, influential CTers are a follower. Each follower contributes points to the score, with the value depending on the follower's importance.  The more significant back-connections someone has to these key CTers, especially within a high-importance weighting set, the higher their score. This method allows for recognizing individuals with influential networks, even if they have a smaller number of followers.

## Are the scores dynamic?

* Yes, the scores are constantly being updated based on incoming graph data.


---

# 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.wandbot.app/wandbot-f.a.q..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.
