# 7. Campaign

- [1. Create](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/1.-create.md): This service should be used to add a new record.
- [2. Update](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/2.-update.md): This service is used to update specific fields of an existing record with new data.
- [3. Get by Name](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/3.-get-by-name.md): This service is used to display existing record details using the specified name information.
- [4. Get by Id](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/4.-get-by-id.md): This service is used to display existing record details using the specified Id information.
- [5. Deactivate](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/5.-deactivate.md): You can deactivate your campaign using the relevant service.
- [6. Activate](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/6.-activate.md): You can activate your campaign using the relevant service.
- [7. Delete](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/7.-delete.md): You can delete your campaign using the relevant service.
- [8. Active Campaigns](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/8.-active-campaigns.md): You can list your active campaigns using the relevant service
- [9. Active Campaigns](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign/9.-active-campaigns.md): You can list your active campaigns using the relevant service.


---

# 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://developer.paywall.one/payment-orchestration-integration-document/wallet-services/7.-campaign.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.
