# Members

- [Create New Member](https://docs.popl.co/introduction/members/create-new-member.md): Use Popl APIs to create a new member
- [Update Member](https://docs.popl.co/introduction/members/update-member.md): Use Popl APIs to create a new member
- [Update Template Links](https://docs.popl.co/introduction/members/update-template-links.md): Use Popl APIs to update the value of links from a template
- [Get Members](https://docs.popl.co/introduction/members/get-members.md): Use Popl APIs to view member information
- [Remove Member](https://docs.popl.co/introduction/members/remove-member.md): Use Popl APIs to view member information


---

# 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.popl.co/introduction/members.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.
