[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ServiceCollectionExtensions` class provides extension methods for configuring API clients within the Policy Simulator v1 API."],["This class is a static class, inheriting from the base `object` class, and offers functionalities to enhance service collections."],["The `AddSimulatorClient` method is used to add a singleton `SimulatorClient` to an `IServiceCollection`, allowing configuration through an optional action on the `SimulatorClientBuilder`."],["The `AddSimulatorClient` method takes two parameters: `services`, which is the `IServiceCollection` to add the client to, and an optional `action` of type `SimulatorClientBuilder`."],["The `AddSimulatorClient` method returns the `IServiceCollection` that the client has been added to."]]],[]]