# SaaS (low code)

This option is most suited for SaaS or digital products where the customer needs to login to get access to the product.

The customer login flow is show belowo

<figure><img src="/files/2Qzrg22AOqyfgGk6zm8F" alt=""><figcaption><p>Customer login flow</p></figcaption></figure>

You will need to copy our library into your app and landing page, so it ensures that the customer is first logged in before accepting any payments.

This flow ensure two things:

1. Customer creation in your app
2. Payment received will be have an associated customer id

PriceOps library is [here](/documentation/developers/customer-login-flow.md). Please make sure to copy this in your code to ensure the customer flow works.

If you don't require customers to login, please use the [No-code ](/documentation/customer-journey/services-no-code.md)option.


---

# 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.priceops.net/documentation/customer-journey/saas-low-code.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.
