[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 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."]]],[]]